Skip to content

Commit

Permalink
Merge pull request #536 from msqd/contributor_doc
Browse files Browse the repository at this point in the history
docs: fix contributor docs
  • Loading branch information
hartym authored Oct 23, 2024
2 parents 3e4dece + 17215fb commit 2ca29af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contribute/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can start your first HARP server based on your local working copy, we'll use

.. code-block:: bash
poetry run harp start --example
poetry run harp start --example sqlite
Open your browser at http://localhost:4080 to have a look at the HARP dashboard.

Expand All @@ -82,5 +82,5 @@ Next steps
Congratulations, you're ready to start writing HARP code! Before that, you may want to have a glance at the following
topics:

- :doc:`./architecture`
- :doc:`./overview`
- :doc:`./applications`

0 comments on commit 2ca29af

Please sign in to comment.