Skip to content

Commit 2bbc140

Browse files
make readme generic
1 parent 1dca758 commit 2bbc140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ extension.
7575
sphinx_md_useGitHubURL = True
7676
baseBranch = "devel"
7777
commitSHA = getenv('GITHUB_SHA')
78-
githubBaseURL = 'https://github.com/' + (getenv('GITHUB_REPOSITORY') or 'intel/pmem-csi') + '/'
78+
githubBaseURL = 'https://github.com/' + (getenv('GITHUB_REPOSITORY') or '<your_group/your_project>') + '/'
7979
githubFileURL = githubBaseURL + "blob/"
8080
githubDirURL = githubBaseURL + "tree/"
8181
if commitSHA:

0 commit comments

Comments
 (0)