Skip to content

Commit

Permalink
Remove non-file path links from partials (#31708)
Browse files Browse the repository at this point in the history
* Remove non-file path links from partials

Fixes #12618

Ensure that all partials use relative links to MDX files for more
accurate linting. Only two partials contain links to URL paths, and one
of these is not included anywhere in the docs.

This change removes the unused partial and changes the remaining link to
a file path.

* Fix linter error
  • Loading branch information
ptgott authored Sep 19, 2023
1 parent 2fdc3c2 commit 01e42c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
6 changes: 3 additions & 3 deletions docs/pages/access-controls/access-lists/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This guide will help you:

### Step 1/4. Setting up an application service on the cluster for testing

One of the easiest ways to get resources on the cluster for testing is to set up an application service
with the debugging application enabled. To do this, add the following config to your `teleport.yaml`
One of the easiest ways to get resources on the cluster for testing is to set up a Teleport Application Service
instance with the debugging application enabled. To do this, add the following config to your `teleport.yaml`
configuration:

```yaml
Expand Down Expand Up @@ -82,4 +82,4 @@ the cluster, and should be able to interact with it as expected.

## Next Steps

- Familiarize yourself with the CLI tooling available for managing access lists in the [reference](./reference.mdx).
- Familiarize yourself with the CLI tooling available for managing access lists in the [reference](./reference.mdx).
9 changes: 0 additions & 9 deletions docs/pages/includes/cloud/cloudmanagedadvisory.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/pages/includes/user-client-prereqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Teleport v(=teleport.version=) go(=teleport.golang=)
```

See [Installation](/docs/installation) for details.
See [Installation](../installation.mdx) for details.

- A host where you will install the Teleport Auth Service and Proxy Service.

Expand Down

0 comments on commit 01e42c9

Please sign in to comment.