chore(community-templates): update telegraf linking behavior

pull/19619/head
Bucky Schwarz 2020-09-22 15:09:23 -07:00 committed by Bucky Schwarz
parent 1e080e0440
commit a837d45e2f
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ export const CommunityTemplatesResourceSummary: FC<Props> = ({
<td>{resource.kind}</td>
<td>
<CommunityTemplateHumanReadableResource
link={`/orgs/${orgID}/load-data/telegrafs/${resource.resourceID}/view`}
link={`/orgs/${orgID}/load-data/telegrafs/${resource.resourceID}/instructions`}
metaName={resource.templateMetaName}
resourceID={resource.resourceID}
/>