Skip to content

Commit 59f6a44

Browse files
committed
Fix broken links
Signed-off-by: Lukáš Vlček <[email protected]>
1 parent aeed788 commit 59f6a44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_install-and-configure/plugins.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ opensearch-node1 opensearch-notifications-core 2.0.1.0
8585

8686
There are three ways to install plugins using the `opensearch-plugin`:
8787

88-
- [Install a plugin by name]({{site.url}}{{site.baseurl}}/opensearch/install/plugins#install-a-plugin-by-name)
89-
- [Install a plugin by from a zip file]({{site.url}}{{site.baseurl}}/opensearch/install/plugins#install-a-plugin-from-a-zip-file)
90-
- [Install a plugin using Maven coordinates]({{site.url}}{{site.baseurl}}/opensearch/install/plugins#install-a-plugin-using-maven-coordinates)
88+
- [Install a plugin by name](#install-a-plugin-by-name)
89+
- [Install a plugin by from a zip file](#install-a-plugin-from-a-zip-file)
90+
- [Install a plugin using Maven coordinates](#install-a-plugin-using-maven-coordinates)
9191

9292
### Install a plugin by name:
9393

94-
For a list of plugins that can be installed by name, see [Additional plugins]({{site.url}}{{site.baseurl}}/opensearch/install/plugins#additional-plugins).
94+
For a list of plugins that can be installed by name, see [Additional plugins](#additional-plugins).
9595

9696
#### Usage:
9797
```bash

0 commit comments

Comments
 (0)