Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Doc links #332

Merged
merged 3 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.