Skip to content

Commit

Permalink
Fix broken links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gigony committed Jul 10, 2021
1 parent 26b860c commit c8a3e30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions notebooks/Using_Cache.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"![image](https://user-images.githubusercontent.com/1928522/118344267-333a4f00-b4e2-11eb-898c-8980c8725d32.png)\n",
"![image](https://user-images.githubusercontent.com/1928522/118344294-5238e100-b4e2-11eb-8f3a-4772ef055658.png)\n",
"\n",
"Which resulted in lower performance for unaligned cases as shown in our [GTC 2021 presentation](https://www.nvidia.com/en-us/gtc/catalog/?search=cuCIM#/)\n",
"Which resulted in lower performance for unaligned cases as shown in our [GTC 2021 presentation](https://www.nvidia.com/en-us/gtc/catalog/?search=cuCIM)\n",
"\n",
"![image](https://user-images.githubusercontent.com/1928522/118344737-c07ea300-b4e4-11eb-9c95-15c2e5022274.png)\n",
"\n",
Expand Down Expand Up @@ -924,4 +924,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions python/cucim/docs/roadmap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ The following list is on the road |:smile:|
- `cucim._cucim.CuImage` -> `cucim.CuImage`
- Use new feature to reference a cross-link with header (from v0.13.0 of [myst-parser](https://pypi.org/project/myst-parser/))
- <https://github.com/executablebooks/MyST-Parser/issues/149>
- <https://myst-parser.readthedocs.io/en/latest/using/howto.html#automatically-create-targets-for-section-headers>
- <https://myst-parser.readthedocs.io/en/latest/using/syntax-optional.html#auto-generated-header-anchors>
- <https://myst-parser.readthedocs.io/en/v0.13.5/using/howto.html#automatically-create-targets-for-section-headers>
- <https://myst-parser.readthedocs.io/en/v0.13.5/using/syntax-optional.html#auto-generated-header-anchors>

### Plugin-system (Carbonite)

Expand Down

0 comments on commit c8a3e30

Please sign in to comment.