We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dca758 commit 2bbc140Copy full SHA for 2bbc140
README.md
@@ -75,7 +75,7 @@ extension.
75
sphinx_md_useGitHubURL = True
76
baseBranch = "devel"
77
commitSHA = getenv('GITHUB_SHA')
78
- githubBaseURL = 'https://github.com/' + (getenv('GITHUB_REPOSITORY') or 'intel/pmem-csi') + '/'
+ githubBaseURL = 'https://github.com/' + (getenv('GITHUB_REPOSITORY') or '<your_group/your_project>') + '/'
79
githubFileURL = githubBaseURL + "blob/"
80
githubDirURL = githubBaseURL + "tree/"
81
if commitSHA:
0 commit comments