Skip to content

Commit

Permalink
Fix redirect for 6.11 and links in Catalog page (#4212)
Browse files Browse the repository at this point in the history
This is necessary to fix an issue with the docs.
  • Loading branch information
hillaryfraley committed Apr 30, 2024
1 parent 7d5c1b9 commit d9b5c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/sensu-go/6.11/catalog/sensu-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Sensu curates, tests, and maintains the Catalog integrations, and installation f

## Find integrations

Find integrations in the Sensu Catalog by browsing [alphabetized][15], [categorized][16], and [metadata-based][17] lists.
Find integrations in the Sensu Catalog by browsing [alphabetized][16], [categorized][17], and [metadata-based][18] lists.
You can also [search][19] the Sensu Catalog based on integration metadata.

### Browse the alphabetized list
Expand Down
2 changes: 1 addition & 1 deletion static.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"url": "/sensu-go/latest/operations/control-access/create-read-only-user",
"status": 301
},
"~ ^/sensu-go/6.111/?((?<=\/).*)?$": {
"~ ^/sensu-go/6.11/?((?<=\/).*)?$": {
"url": "/sensu-go/latest/$1",
"status": 302
},
Expand Down

0 comments on commit d9b5c44

Please sign in to comment.