Skip to content

Commit

Permalink
fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Mar 12, 2024
1 parent 02dc6c5 commit 7a366d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![][docs-dev-img]][docs-dev-url][![DOI][zenodo-img]][zenodo-url][![][ci-img]][ci-url] [![][codecov-img]][codecov-url]
[![][coveralls-img]][coveralls-url][![Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/YAXArrays&label=Downloads)](https://pkgs.genieframework.com?packages=YAXArrays)

<img src="docs/src/public/logo.png" align="right" style="padding-left:10px;" width="150"/>
<img src="docs/src/assets/logo.png" align="right" style="padding-left:10px;" width="150"/>

[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://JuliaDataCubes.github.io/YAXArrays.jl/dev/
Expand Down
8 changes: 4 additions & 4 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ export default defineConfig({
{ text: 'Mean Seasonal Cycle', link: '/tutorials/mean_seasonal_cycle' },
{ text: 'ESDL studies',
items: [
{ text: 'ESDL study 1', link: '/tutorials/esdl/examples_from_esdl_study_1' },
{ text: 'ESDL study 2', link: '/tutorials/esdl/examples_from_esdl_study_2' },
{ text: 'ESDL study 3', link: '/tutorials/esdl/examples_from_esdl_study_3' },
{ text: 'ESDL study 4', link: '/tutorials/esdl/examples_from_esdl_study_4' },
{ text: 'ESDL study 1', link: 'https://github.com/JuliaDataCubes/YAXArrays.jl/blob/master/docs/src/tutorials/esdl/examples_from_esdl_study_1.jl' },
{ text: 'ESDL study 2', link: 'https://github.com/JuliaDataCubes/YAXArrays.jl/blob/master/docs/src/tutorials/esdl/examples_from_esdl_study_2.jl' },
{ text: 'ESDL study 3', link: 'https://github.com/JuliaDataCubes/YAXArrays.jl/blob/master/docs/src/tutorials/esdl/examples_from_esdl_study_3.jl' },
{ text: 'ESDL study 4', link: 'https://github.com/JuliaDataCubes/YAXArrays.jl/blob/master/docs/src/tutorials/esdl/examples_from_esdl_study_4.jl' },
]
},
]},
Expand Down
2 changes: 1 addition & 1 deletion docs/src/UserGuide/creating.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,5 @@ Note also that the global properties for the Dataset are accessed with
ds.properties
````

Saving and different chunking modes are discussed in [here]().
Saving and different chunking modes are discussed [here](/UserGuide/setchuncks).

0 comments on commit 7a366d6

Please sign in to comment.