Skip to content

Commit

Permalink
Fix "edit this page" URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrzej Broński committed Jul 13, 2023
1 parent 1e103dd commit 0534ab9
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 0534ab9

Please sign in to comment.