Skip to content

Commit

Permalink
Merge pull request #1206 from casper-network/fix/edit-page-url
Browse files Browse the repository at this point in the history
Fix "edit this page" URL
  • Loading branch information
andrzej-casper authored Jul 17, 2023
2 parents 3411771 + 0534ab9 commit 0118fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/docs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const documentationRepoUrl = "https://github.com/casper-network/docs/tree/main/source";
const documentationRepoUrl = "https://github.com/casper-network/docs/tree/dev/source";

const getEditUrl = ({ versionDocsDirPath, docPath }) => {
const segments = versionDocsDirPath.split("/");
Expand Down

0 comments on commit 0118fef

Please sign in to comment.