Skip to content

Commit

Permalink
📝 docs: fix docs url ending in slash
Browse files Browse the repository at this point in the history
  • Loading branch information
jzazo committed May 29, 2024
1 parent d60ddd2 commit 7433690
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Minimum required system dependencies are [python >= 3.10](https://www.python.org

Visit the documentation:

https://microsoft.github.io/cookie-doh
https://microsoft.github.io/cookie-doh/

:point_right: Go to [new project](https://microsoft.github.io/cookie-doh/getting_started) to get started!
:point_right: Go to [new project](https://microsoft.github.io/cookie-doh/getting_started/) to get started!


## :space_invader: Codespaces
Expand All @@ -67,7 +67,7 @@ or [DevPod](https://devpod.sh/).
Alternatively, you can build a local container directly and use it in VSCode and/or
PyCharm without developing in a remote node or setting up a local environment.

Learn about [Devcontainers](https://containers.dev/).
Learn about [Devcontainers](https://containers.dev).
Requires [Docker](https://www.docker.com/get-started/) installed on your local machine.

:point_right: Follow instructions for [VSCode](https://code.visualstudio.com/docs/devcontainers/tutorial)
Expand Down
4 changes: 2 additions & 2 deletions template/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

{% if documentation %}
## :notebook_with_decorative_cover: Documentation
https://{{ organization }}.github.io/{{ project_name }}
https://{{ organization }}.github.io/{{ project_name }}/

## :floppy_disk: Source Code
https://github.com/{{ organization }}/{{ project_name }}
https://github.com/{{ organization }}/{{ project_name }}/
{%- endif %}


Expand Down

0 comments on commit 7433690

Please sign in to comment.