Commit 67ead38b authored by Zack Cuddy's avatar Zack Cuddy

Geo Node Status 2.0 - helpPagePath Cleanup

This change ensures all help links use
`helpPagePath`.

This change also ensures the anchor tags
are propely provided via the anchor prop.
parent 3ca18ac9
......@@ -6,7 +6,8 @@ export const GEO_INFO_URL = helpPagePath('administration/geo/index.md');
export const GEO_FEATURE_URL = 'https://about.gitlab.com/features/gitlab-geo/';
export const HELP_NODE_HEALTH_URL = helpPagePath(
'administration/geo/replication/troubleshooting.html#check-the-health-of-the-secondary-node',
'administration/geo/replication/troubleshooting.html',
{ anchor: 'check-the-health-of-the-secondary-node' },
);
export const GEO_TROUBLESHOOTING_URL = helpPagePath(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment