Skip to content

Commit

Permalink
Fix Doc links (#332)
Browse files Browse the repository at this point in the history
* Fix Doc links.

* Update Poetry lock

The pinned version of aiohappyeyeballs was yanked.

* Update poetry.lock
  • Loading branch information
smk4664 authored Oct 2, 2024
1 parent b6e2735 commit 880e386
Show file tree
Hide file tree
Showing 7 changed files with 275 additions and 264 deletions.
1 change: 1 addition & 0 deletions changes/331.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix unrecognized relative link and anchors.
2 changes: 1 addition & 1 deletion docs/admin/platforms/mattermost.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- Copy the displayed url matching the Server you want to add the chatbot to.
- Make sure to include the `http://` or `https://`.
- If shown, make sure to include the port. Ex. `https://example.com:8065`
6. Proceed to the [Install Guide](../install.md#Install-Guide) section.
6. Proceed to the [Install Guide](../install.md#install-guide) section.

**Note:** For every Slash Command created for Mattermost, a separate token will be generated.

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/platforms/microsoft_teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
4. Open your MS Teams client and select **Apps** at the bottom of the left-side menu.
5. Select **Built for your org** to see the new Nautobot app.
6. Select the new app and click the blue **Add** button.
7. Proceed to the [Install Guide](../install.md#Install-Guide) section.
7. Proceed to the [Install Guide](../install.md#install-guide) section.

## Nautobot Config

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/platforms/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ PLUGINS_CONFIG = {
![slack integration invite](../../images/add_nautobot.png)

Once these steps are completed, you can proceed to the [Install Guide](../install.md#Install-Guide) section.
Once these steps are completed, you can proceed to the [Install Guide](../install.md#install-guide) section.

## Configuring Multiple Chatbots in a Workspace

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/platforms/webex.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- secret: (enter a secret string that you don't mind having passed around as plaintext)
- Change the `resource` to "attachmentActions" and run the API call again to create a second webhook.
4. Configure the `webex_signing_secret` in your `.creds.env` to match the Webhook secret string that you selected above.
5. Proceed to the [Installation Guide](../install.md#Install-Guide) section.
5. Proceed to the [Installation Guide](../install.md#install-guide) section.

## Deprecation Warning

Expand Down
2 changes: 1 addition & 1 deletion docs/dev/dev_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ This option is limited to testing an Azure bot, but allows you to test the bot's

There are a few requirements to get this up and running, the steps are provided below to help a user get started.

1. Follow the instructions on setting up the [Azure bot](../../admin/platforms/microsoft_teams/#azure).
1. Follow the instructions on setting up the [Azure bot](../admin/platforms/microsoft_teams.md#create-azure-bot).

!!! note
You can skip the `messaging endpoint` definition while testing in the Bot Emulator.
Expand Down
528 changes: 269 additions & 259 deletions poetry.lock

Large diffs are not rendered by default.

0 comments on commit 880e386

Please sign in to comment.