Skip to content

Commit 5677bc9

Browse files
committed
fix
1 parent e15f9f6 commit 5677bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev-guide/introduction.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In order to work on the project at all, you will need to fork and clone the repo
4848

4949
.. code-block:: bash
5050
51-
git clone https://github.com/SomeUser/rodhaj
51+
git clone https://github.com/transprogrammer/rodhaj
5252
5353
Step 2 - Create a virtualenv
5454
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -184,4 +184,4 @@ Type Hinting
184184

185185
Rodhaj actively uses `type hinting <https://docs.python.org/3/library/typing.html>`_ in order to verify for types before runtime.
186186
`Pyright <https://github.com/microsoft/pyright>`_ is used to enforce this standard. Checks happen before you commit, and on Github actions.
187-
These checks are activated by default on VSCode. Pyright is available as a LSP on Neovim.
187+
These checks are activated by default on VSCode. Pyright is available as a LSP on Neovim.

0 commit comments

Comments
 (0)