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 5802a2a commit 0027507Copy full SHA for 0027507
README.md
@@ -33,11 +33,11 @@ for deployment.
33
34
## Supported link type
35
36
-`http(s)://host/{owner}/{repository}/blob/{SHA}/{filename}#L{StartLineNumber}-L{EndLineNumber}`
+`http(s)://host/{owner}/{repository}/blob/{SHA}/{path/to/file}#L{StartLineNumber}-L{EndLineNumber}`
37
38
example1: `http://localhost:8080/root/gitbucket/blob/19f0431a3fb4a9c3560dbf9b1d74f2073da7708f/GitBucketCoreModuleSpec.scala#L5-L10`
39
40
-example2: `http://localhost/root/gitbucket/blob/19f0431a3fb4a9c3560dbf9b1d74f2073da7708f/GitBucketCoreModuleSpec.scala#L5-L10`
+example2: `http://localhost/root/gitbucket/blob/19f0431a3fb4a9c3560dbf9b1d74f2073da7708f/src/main/scala/GitBucketCoreModuleSpec.scala#L5-L10`
41
42
## Note
43
0 commit comments