Skip to content

Commit faec46a

Browse files
HelaFayeAileenLumina
authored andcommitted
Update tutorial.rst
Fixed some broken links found while reading
1 parent 024281f commit faec46a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting_started/tutorial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ To start developing, first clone the ``nx`` repository using the following comma
3939

4040
``git clone https://github.com/nx-python/nx.git``
4141

42-
or by simply `downloading a ZIP version of the source code from GitHub <https://github.com/nx-python/nx/master.zip>`_. There are three ways to test your Python homebrew software.
42+
or by simply `downloading a ZIP version of the source code from GitHub <https://github.com/nx-python/nx/archive/master.zip>`_. There are three ways to test your Python homebrew software.
4343

4444
Firstly, you can launch your IDE and open the freshly cloned repository as a workspace/project. Then open and edit ``test.py``, and run it normally. (Note: Controller input can not yet be tested on your development device.) The included dummy version of the `_nx module <https://github.com/nx-python/_nx>`_ will serve as a substitute to make your homebrew app work like a regular Python app.
4545

4646
**or**
4747

48-
You can test Python code on the Switch using the `TCP REPL script <https://github.com/nx-python/PyNX/blob/examples/tcp_repl.py>`_.
48+
You can test Python code on the Switch using the `TCP REPL script <https://github.com/nx-python/PyNX/blob/master/examples/tcp_repl.py>`_.
4949
Use it as your ``main.py`` to be able to enter Python code from your PC to be executed on the Switch via an interactive prompt.
5050

5151
After you launch PyNX on the device, connect to your Switch via a TCP client on port 1337. The IP address can be found in your Switch's settings under the "Internet" tab. On Linux, you can connect with the following command:
@@ -56,7 +56,7 @@ This command will also log the inputs to a file called ``log.py``.
5656

5757
**or**
5858

59-
You can run an FTP server such as `ftpd <https://github.com/TuxSH/ftpd/tree/switch_pr>`_ (`releases <https://www.switchbru.com/appstore/#/app/ftpd>`_) on your Switch and replace ``main.py`` using an FTP client.
59+
You can run an FTP server such as `ftpd <https://github.com/TuxSH/ftpd/tree/switch>`_ (`releases <https://www.switchbru.com/appstore/#/app/ftpd>`_) on your Switch and replace ``main.py`` using an FTP client.
6060

6161
A Simple Savedata Backup tool
6262
------------------

0 commit comments

Comments
 (0)