diff --git a/frontend/packages/data-portal/app/components/Download/APIDownloadTab.tsx b/frontend/packages/data-portal/app/components/Download/APIDownloadTab.tsx index 8ffd0d56b..c01ded112 100644 --- a/frontend/packages/data-portal/app/components/Download/APIDownloadTab.tsx +++ b/frontend/packages/data-portal/app/components/Download/APIDownloadTab.tsx @@ -142,11 +142,6 @@ export function APIDownloadTab() { i18nKey={ fileFormat ? 'preferToDownloadViaApiCode' : 'preferToDownloadViaApi' } - values={{ - url: `https://chanzuckerberg.github.io/cryoet-data-portal/python-api.html#${ - annotationId ? 'annotation' : 'tomogram' - }`, - }} tOptions={{ interpolation: { escapeValue: false }, }} diff --git a/frontend/packages/data-portal/public/locales/en/translation.json b/frontend/packages/data-portal/public/locales/en/translation.json index e3a5a08f8..ad4313dbc 100644 --- a/frontend/packages/data-portal/public/locales/en/translation.json +++ b/frontend/packages/data-portal/public/locales/en/translation.json @@ -29,7 +29,7 @@ "annotationSoftware": "Annotation Software", "annotations": "Annotations", "api": "API", - "apiDocLink": "https://chanzuckerberg.github.io/cryoet-data-portal", + "apiDocLink": "https://chanzuckerberg.github.io/cryoet-data-portal/cryoet_data_portal_docsite_quick_start.html", "apply": "Apply", "askOnGithub": "Ask a Question on GitHub", "author": "Author", @@ -225,7 +225,7 @@ "precision": "Precision", "precisionTooltip": "Precision: Percentage of true positives among the total number of positive predictions. A value of 100% means everything found is actually the object of interest. Learn More", "preferToDownloadViaApi": "Prefer to download via our API? Record the IDs below and visit our API documentation to learn how.", - "preferToDownloadViaApiCode": "Prefer to download via our API? Record the code snippet below and visit our API documentation to learn how.", + "preferToDownloadViaApiCode": "Prefer to download via our API? Record the code snippet below and visit our API documentation to learn how.", "primaryAuthor": "Primary Author", "privacy": "Privacy", "privacyPolicy": "Privacy Policy",