Skip to content

Commit

Permalink
Merge pull request #5608 from Muhammed-Moinuddin/updates
Browse files Browse the repository at this point in the history
[Fix] Updated catalog page and footer
  • Loading branch information
iArchitSharma authored Jun 25, 2024
2 parents be97448 + 93119d7 commit 287fec4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/sections/Cloud-Native-Catalog/new-catalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const NewCatalog = () => {
CREATE AND SHARE YOUR OWN BEST PRACTICES
</p>
<div className="new-catalog__button_section">
<Button primary external={true} title="Publish Your Own Design" url="https://github.com/meshery/meshery.io/blob/master/README.md#add-your-patterns-to-the-catalog" />
<Button primary external={true} title="Publish Your Own Design" url="https://docs.meshery.io/concepts/catalog" />
</div>
</Container>
</NewCatalogWrapper>
Expand Down
8 changes: 4 additions & 4 deletions src/sections/General/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ const Footer = ({ location }) => {
</h3>
<ul className="section-categories">
<li>
<Link className="category-link" href="https://docs.layer5.io">
<a className="category-link" href="https://docs.layer5.io">
Docs
</Link>
</a>
</li>
<li>
<Link className="category-link" to="/blog">
Expand Down Expand Up @@ -199,9 +199,9 @@ const Footer = ({ location }) => {
</Link>
</li>
<li>
<Link className="category-link" href="https://badges.layer5.io/">
<a className="category-link" href="https://badges.layer5.io/">
Recognition Program
</Link>
</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit 287fec4

Please sign in to comment.