Skip to content

Commit

Permalink
fix(core/managed): use updated URL for status documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Munson authored and mergify[bot] committed Mar 5, 2020
1 parent f17cc40 commit 1b8bb51
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -179,7 +179,7 @@ const LearnMoreLink = ({ resourceSummary }: { resourceSummary: IManagedResourceS
<a
target="_blank"
onClick={() => logClick('Status docs link', resourceSummary.id, resourceSummary.status)}
href={`https://www.spinnaker.io/reference/managed-delivery/resource-status/#${resourceSummary.status.toLowerCase()}`}
href={`https://www.spinnaker.io/guides/user/managed-delivery/resource-status/#${resourceSummary.status.toLowerCase()}`}
>
Learn more
</a>
Expand Down

0 comments on commit 1b8bb51

Please sign in to comment.