Skip to content

Commit 58b666a

Browse files
committed
update to working link example in docs and removed typo in contributing docs
1 parent 3e5b767 commit 58b666a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If you are working in development mode, you will see that your version of Jupyte
7171
Troubleshooting the Installation
7272
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7373

74-
If you do not see that your Jupyter Notebook is not running on dev mode, it's possible that you are
74+
If you do not see that your Jupyter Notebook is running on dev mode, it's possible that you are
7575
running other instances of Jupyter Notebook. You can try the following steps:
7676

7777
1. Uninstall all instances of the notebook package. These include any installations you made using

docs/source/examples/Notebook/Distributing Jupyter Extensions as Python Packages.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"\n",
135135
"> Of course, in addition to the files listed, there are number of other files one needs to build a proper package. Here are some good resources:\n",
136136
"- [The Hitchhiker's Guide to Packaging](https://the-hitchhikers-guide-to-packaging.readthedocs.io/en/latest/quickstart.html)\n",
137-
"- [Repository Structure and Python](https://kenreitz.org/essays/2013/01/27/repository-structure-and-python) by Kenneth Reitz\n",
137+
"- [Structure of the Repository](https://docs.python-guide.org/writing/structure/) by Kenneth Reitz and Real Python\n",
138138
"\n",
139139
"> How you distribute them, too, is important:\n",
140140
"- [Packaging and Distributing Projects](https://python-packaging-user-guide.readthedocs.io/tutorials/distributing-packages/)\n",

0 commit comments

Comments
 (0)