From b7753109938c4546f717eff2565e620f8347c2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:34:10 -0600 Subject: [PATCH] docs: Update docs (#269) * Fix link to EDK source code * Fix copier command * Fix missing trailing comma * Update copier command in getting started guide --- README.md | 2 +- docs/conf.py | 2 +- docs/getting_started.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4cc0e56..2685ce6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ pipx install copier Start a new EDK project using the supplied template (directly from Github): ```bash -copier gh:meltano/edk my-new-extension +copier copy gh:meltano/edk my-new-extension ``` Install the project dependencies: diff --git a/docs/conf.py b/docs/conf.py index be817cc..9a56fc8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ html_theme = "furo" html_theme_options = { # general - "source_repository": "https://github.com/meltano/sdk/", + "source_repository": "https://github.com/meltano/edk/", "source_branch": "main", "source_directory": "docs/", "sidebar_hide_name": True, diff --git a/docs/getting_started.md b/docs/getting_started.md index e0a623a..6e90e65 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -25,7 +25,7 @@ pipx install copier Start a new EDK project using the supplied template (directly from Github): ```bash -copier gh:meltano/edk my-new-extension +copier copy gh:meltano/edk my-new-extension ``` Install the project dependencies: