Skip to content

Commit

Permalink
fix(navbar): Update url format and remove last digit
Browse files Browse the repository at this point in the history
  • Loading branch information
ninetteadhikari authored and janl committed Dec 8, 2022
1 parent e83c0f4 commit fd7214d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/addons/fauxton/navigation/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Footer = ({version}) => {
Fauxton on  
<a href="http:https://couchdb.apache.org/">Apache CouchDB</a>
<div>v. {version}</div>
<a href={`https://docs.couchdb.org/en/${version}-docs/whatsnew/${version}.html`}>What&apos;s New?</a>
<a href={`https://docs.couchdb.org/en/latest/whatsnew/${version.slice(0, -2)}.html`}>What&apos;s New?</a>
</div>
);

Expand Down

0 comments on commit fd7214d

Please sign in to comment.