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 1cc12a3 commit b750d3dCopy full SHA for b750d3d
README.md
@@ -39,6 +39,13 @@ example1: `http://localhost:8080/root/gitbucket/blob/19f0431a3fb4a9c3560dbf9b1d7
39
40
example2: `http://localhost/root/gitbucket/blob/19f0431a3fb4a9c3560dbf9b1d74f2073da7708f/GitBucketCoreModuleSpec.scala#L5-L10`
41
42
+## Note
43
+
44
+you better use link with sha, not branch name such as `master`. Because `master` changes by commits.
45
46
+- Good url: `http://localhost:8080/root/gitbucket/blob/19f0431a3fb4a9c3560dbf9b1d74f2073da7708f/GitBucketCoreModuleSpec.scala#L5-L10`
47
+- Bad url: `http://localhost:8080/root/gitbucket/blob/master/GitBucketCoreModuleSpec.scala#L5-L10`
48
49
## Limitation
50
51
user name, repo name, branch name includes special character may not be processed.
0 commit comments