From cd6d2b2ff2c80af314de4871194c9680a3db5f86 Mon Sep 17 00:00:00 2001 From: YukeshShr <71844521+YukeshShr@users.noreply.github.com> Date: Fri, 11 Mar 2022 13:35:49 +0000 Subject: [PATCH] fix broken link (#3559) Refs: https://app.intercom.com/a/apps/qiqpfgjg/inbox/inbox/5079389/conversations/26852700007188 Co-authored-by: Antoine du Hamel --- website/src/docs/companion.md | 2 +- website/themes/uppy/layout/partials/docs_menu.ejs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/docs/companion.md b/website/src/docs/companion.md index ffdfc0dde..763d24739 100644 --- a/website/src/docs/companion.md +++ b/website/src/docs/companion.md @@ -263,7 +263,7 @@ export COMPANION_PERIODIC_PING_INTERVAL=60000 export COMPANION_PERIODIC_PING_STATIC_JSON_PAYLOAD="{\"static\":\"data\"}" ``` -See [env.example.sh](https://github.com/transloadit/uppy/blob/main/env.example.sh) for an example configuration script. +See [`.env.example`](https://github.com/transloadit/uppy/blob/main/.env.example) for an example environment configuration file. ### Options diff --git a/website/themes/uppy/layout/partials/docs_menu.ejs b/website/themes/uppy/layout/partials/docs_menu.ejs index 26adc0fa9..9a88ca95e 100644 --- a/website/themes/uppy/layout/partials/docs_menu.ejs +++ b/website/themes/uppy/layout/partials/docs_menu.ejs @@ -12,7 +12,7 @@ { category: 'Community Projects', path: 'docs/community-projects/', link: true }, { category: 'React', path: 'docs/react/', link: true }, { category: 'Other Integrations', path: 'docs/vue/', link: true }, - { category: 'Contributing', path: 'docs/contributing/', link: true }, + { category: 'Contributing', path: 'docs/contributing.html', link: true }, ] } else if (page.type === 'examples') { categories = [