Skip to content

Commit

Permalink
docs: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi-De committed Mar 22, 2024
1 parent 4a691c2 commit 49b6dd1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Documentation
name: CI

on: [ push, pull_request, workflow_dispatch ]

Expand Down
2 changes: 1 addition & 1 deletion blueprints/falco_blueprint_basic
8 changes: 5 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
:gutter: 2

.. grid-item-card:: :octicon:`terminal` The CLI
:link: /the_cli/
:link: the_cli/index
:link-type: doc


The documentation for the falco command line interface (CLI).

Expand All @@ -67,7 +69,7 @@
A collection of guides on common web development topics and how to address them in django.

.. grid-item-card:: :octicon:`history` Changelog
:link: /changelog.html
:link: /changelog/

Explore the latest updates and the change history of the Falco project.

Expand All @@ -82,7 +84,7 @@
Use this section to report bugs and request new features for the CLI.

.. grid-item-card:: :octicon:`people` Contributing
:link: /contributing.html
:link: /contributing/

Learn how to contribute to the Falco project.

Expand Down
2 changes: 1 addition & 1 deletion docs/the_cli/start_project/packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ It is a good idea to organize any task or scheduling job function in a ``tasks.p

.. hint::

For more details on task queues and scheduling, check out `my guide on the topic </guides/task_queues_and_schedulers>`_.
For more details on task queues and scheduling, check out `my guide on the topic </guides/task_queues_and_schedulers.html/>`_.

DjangoFastDev
-------------
Expand Down

0 comments on commit 49b6dd1

Please sign in to comment.