Skip to content

Commit

Permalink
Update src/Documenter.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi authored Nov 9, 2020
1 parent 28b86ff commit 00dd2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Documenter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ BitBucket, GitLab and Azure DevOps are supported along with GitHub, for example:
```julia
makedocs(repo = \"https://gitlab.com/user/project/blob/{commit}{path}#{line}\") # GitLab
makedocs(repo = \"https://dev.azure.com/org/project/_git/repo?path={path}&version={commit}{line}&lineStartColumn=1&lineEndColumn=1\") # ADO
makedocs(repo = \"https://dev.azure.com/org/project/_git/repo?path={path}&version={commit}{line}&lineStartColumn=1&lineEndColumn=1\") # Azure DevOps
makedocs(repo = \"https://bitbucket.org/user/project/src/{commit}/{path}#lines-{line}\") # BitBucket
```
Expand Down

0 comments on commit 00dd2ed

Please sign in to comment.