Skip to content

Commit

Permalink
docs: Fixing path for autoscaling/agent/source nav item (#12166)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleemboyer authored Mar 1, 2022
1 parent b246227 commit 2f14cee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@
},
{
"title": "source",
"path": "autoscaling/agent/source"
"href": "/tools/autoscaling/agent/source"
},
{
"title": "strategy",
Expand Down
4 changes: 4 additions & 0 deletions website/data/tools-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
"title": "policy_eval",
"path": "autoscaling/agent/policy_eval"
},
{
"title": "source",
"path": "autoscaling/agent/source"
},
{
"title": "strategy",
"path": "autoscaling/agent/strategy"
Expand Down

0 comments on commit 2f14cee

Please sign in to comment.