Skip to content

Commit

Permalink
Fix a few broken links (#258)
Browse files Browse the repository at this point in the history
* Fix a few broken links

* Fix redirect for explicit targets
  • Loading branch information
melissawm committed Nov 29, 2022
1 parent 26c3c47 commit 078b601
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _docs/templates/_npe2_readers_guide.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This demonstrates the now-deprecated `napari-plugin-engine` pattern.

**python implementation**

[hook specification](https://napari.org/plugins/stable/npe1.html#napari.plugins.hook_specifications.napari_get_reader)
[hook specification](https://napari.org/stable/plugins/npe1.html#napari.plugins.hook_specifications.napari_get_reader)

```python
from napari_plugin_engine import napari_hook_implementation
Expand Down
2 changes: 1 addition & 1 deletion _docs/templates/_npe2_sample_data_guide.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This demonstrates the now-deprecated `napari-plugin-engine` pattern.

**python implementation**

[hook specification](https://napari.org/plugins/stable/npe1.html#napari.plugins.hook_specifications.napari_provide_sample_data)
[hook specification](https://napari.org/stable/plugins/npe1.html#napari.plugins.hook_specifications.napari_provide_sample_data)

```python
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion _docs/templates/_npe2_widgets_guide.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This demonstrates the now-deprecated `napari-plugin-engine` pattern.

**python implementation**

[hook_specification](https://napari.org/plugins/stable/npe1.html#napari.plugins.hook_specifications.napari_experimental_provide_dock_widget)
[hook_specification](https://napari.org/stable/plugins/npe1.html#napari.plugins.hook_specifications.napari_experimental_provide_dock_widget)

```python
from qtpy.QtWidgets import QWidget
Expand Down
2 changes: 1 addition & 1 deletion _docs/templates/_npe2_writers_guide.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ This demonstrates the now-deprecated `napari-plugin-engine` pattern.

**python implementation**

[hook specification](https://napari.org/plugins/stable/npe1.html#single-layers-io)
[hook specification](https://napari.org/stable/plugins/npe1.html#single-layers-io)

```python
from napari_plugin_engine import napari_hook_implementation
Expand Down

0 comments on commit 078b601

Please sign in to comment.