You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/development/contribute.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ Pull requests and bug reports are always welcome at the [YAXArrays.jl GitHub rep
4
4
5
5
## Contribute to Documentation
6
6
7
-
Contributing with examples can be done by first creating a new file example [here](https://github.com/JuliaDataCubes/YAXArrays.jl/tree/master/docs/examples/UserGuide)
7
+
Contributing with examples can be done by first creating a new file example [here](https://github.com/JuliaDataCubes/YAXArrays.jl/tree/main/docs/examples/UserGuide)
8
8
9
9
::: info new file
10
10
-`your_new_file.md` at `docs/src/UserGuide/`
11
11
12
12
13
13
:::
14
14
15
-
Once this is done you need to add a new entry [here](https://github.com/JuliaDataCubes/YAXArrays.jl/blob/master/docs/src/.vitepress/config.mts) at the appropriate level.
15
+
Once this is done you need to add a new entry [here](https://github.com/JuliaDataCubes/YAXArrays.jl/blob/main/docs/src/.vitepress/config.mts) at the appropriate level.
0 commit comments