Skip to content

Commit 69b64f9

Browse files
committed
Add angle brackets to more URLs in markdown
1 parent 0199d7b commit 69b64f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/writingtoroot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Write out a histogram
2-
Checkout configuration for PythonCall.jl: https://cjdoris.github.io/PythonCall.jl/stable/pythoncall/#pythoncall-config
2+
Checkout configuration for PythonCall.jl: <https://cjdoris.github.io/PythonCall.jl/stable/pythoncall/#pythoncall-config>
33

44
Most importantly, you probably want to set:
55
```julia
@@ -33,7 +33,7 @@ julia> pywith(up.recreate("./example.root")) do file
3333
```
3434

3535
### Writing out a histogram with errors (sumW2)
36-
We need https://github.com/scikit-hep/hist for this:
36+
We need <https://github.com/scikit-hep/hist> for this:
3737

3838
```julia-repl
3939
julia> using PythonCall, FHist

0 commit comments

Comments
 (0)