Minor: updated docs link in the application (#18787)

* Minor: updated docs link in the application

* fixed link
This commit is contained in:
Shailesh Parmar 2024-11-26 14:34:45 +05:30 committed by GitHub
parent 823bc82e02
commit 8f33a1b92d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,9 +16,6 @@ export const OMD_REPOSITORY_LINK = 'https://star-us.open-metadata.org/';
export const WORKFLOWS_PROFILER_DOCS =
'https://docs.open-metadata.org/how-to-guides/data-quality-observability/profiler/workflow';
export const DATA_QUALITY_DOCS =
'https://docs.open-metadata.org/connectors/ingestion/workflows/data-quality';
export const GLOSSARIES_DOCS =
'https://docs.open-metadata.org/main-concepts/metadata-standard/schemas/entity/data/glossary';
@ -40,7 +37,7 @@ export const WEBHOOK_DOCS =
'https://docs.open-metadata.org/developers/webhooks';
export const ADD_CUSTOM_PROPERTIES_DOCS =
'https://docs.open-metadata.org/how-to-guides/how-to-add-custom-property-to-an-entity';
'https://docs.open-metadata.org/latest/how-to-guides/guide-for-data-users/custom';
export const POLICY_DOCS =
'https://docs.open-metadata.org/main-concepts/metadata-standard/schemas/entity/policies/policy';
@ -75,10 +72,11 @@ export const ALERTS_DOCS =
export const TAGS_DOCS =
'https://docs.open-metadata.org/main-concepts/metadata-standard/schemas/api/tags';
export const AIRFLOW_DOCS = 'https://docs.open-metadata.org/deployment/airflow';
export const AIRFLOW_DOCS =
'https://docs.open-metadata.org/latest/deployment/ingestion/external/airflow';
export const CUSTOM_LOGO_DOCS =
'https://docs.open-metadata.org/how-to-guides/how-to-add-custom-logo';
'https://docs.open-metadata.org/latest/how-to-guides/admin-guide/how-to-add-custom-logo';
export const FOLLOW_DATA_ASSET =
'https://docs.open-metadata.org/how-to-guides/guide-for-data-users/follow-data-asset';
@ -90,7 +88,7 @@ export const DATA_INSIGHT_GUIDE_DOCS =
'https://docs.open-metadata.org/how-to-guides/data-insights';
export const DATA_QUALITY_PROFILER_DOCS =
'https://docs.open-metadata.org/how-to-guides/data-quality-profiler';
'https://docs.open-metadata.org/latest/how-to-guides/data-quality-observability';
export const CUSTOM_PROPERTIES_DOCS =
'https://docs.open-metadata.org/how-to-guides/guide-for-data-users/custom';