Skip to content

Commit

Permalink
docs: Update docs (#269)
Browse files Browse the repository at this point in the history
* Fix link to EDK source code

* Fix copier command

* Fix missing trailing comma

* Update copier command in getting started guide
  • Loading branch information
edgarrmondragon authored Jun 3, 2024
1 parent defebc1 commit b775310
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b775310

Please sign in to comment.