Skip to content

Commit e236291

Browse files
committed
✏️ Update external links
1 parent 30fbc74 commit e236291

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
r"https://www.reddit.com/r/datasets/",
233233
r"https://www.sciencedirect.com/journal/",
234234
r"https://www.siam.org/publications/journals/",
235+
r"https://sourceforge.net/",
235236
r"https://www.tandfonline.com/",
236237
]
237238

docs/data-processing/file-systems.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ Spezialisierte Bibliotheken
213213

214214
`PyDrive2 <https://docs.iterative.ai/PyDrive2/>`_
215215
Python Wrapper-Bibliothek des `google-api-python-client
216-
<https://github.com/google/google-api-python-client>`_, die viele gängige
217-
Google Drive API-Aufgaben vereinfacht.
216+
<https://github.com/googleapis/google-api-python-client>`_, die viele
217+
gängige Google Drive API-Aufgaben vereinfacht.
218218

219219
.. image::
220220
https://raster.shields.io/github/stars/iterative/PyDrive2
@@ -280,8 +280,8 @@ Ruhende Projekte
280280

281281
`PyDrive <https://pypi.org/project/PyDrive/>`_
282282
Python Wrapper-Bibliothek des `google-api-python-client
283-
<https://github.com/google/google-api-python-client>`_, die viele gängige
284-
Google Drive API-Aufgaben vereinfacht.
283+
<https://github.com/googleapis/google-api-python-client>`__, die viele
284+
gängige Google Drive API-Aufgaben vereinfacht.
285285

286286
.. image::
287287
https://raster.shields.io/github/stars/googlearchive/PyDrive

docs/productive/cite/journals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Physik und Geowissenschaften
152152
* `AAS: The Astrophysical Journal Supplement Series <https://iopscience.iop.org/journal/0067-0049/>`_
153153
* `Astronomy and Computing
154154
<https://www.journals.elsevier.com/astronomy-and-computing>`_
155-
* `Communications in Computational Physics <http://www.global-sci.com/index/index.html>`_
155+
* `Communications in Computational Physics <https://www.global-sci.org/cicp>`_
156156
* `Computational Astrophysics and Cosmology
157157
<https://comp-astrophys-cosmol.springeropen.com/>`_
158158
* `Computer Physics Communications

docs/productive/git/advanced/hooks/hooks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Python Code Quality Authority
105105
Python-Linter
106106
`doc8 <https://github.com/PyCQA/doc8>`_
107107
führt doc8 zum Linting von Dokumenten aus
108-
`prospector <https://github.com/landscapeio/prospector>`_
108+
`prospector <https://github.com/prospector-dev/prospector>`_
109109
analysiert Python-Code mit Prospector
110110
`isort <https://github.com/PyCQA/isort>`_
111111
sortiert Python-Importe

docs/productive/git/best-practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ einfach die folgenden sieben Regeln und ihr seid auf dem richtigen Weg:
160160
* Tim Pope: `A Note About Git Commit Messages
161161
<https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html>`_
162162
* Pro Git: `Commit Guidelines
163-
<https://www.git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project#_commit_guidelines>`_
163+
<https://git-scm.com/book/en/v2/Distributed-Git-Contributing-to-a-Project#_commit_guidelines>`_
164164
* Linus Torvalds: `Contributing
165165
<https://github.com/torvalds/subsurface-for-dirk/blob/master/README.md#contributing>`_
166166
* Peter Hutterer: `On commit messages

docs/productive/licensing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Schriftarten
162162
.. seealso::
163163
* `Font Licensing <https://www.fsf.org/blogs/licensing/20050425novalis>`_
164164

165-
`LaTeX ec fonts <https://dante.ctan.org/tex-archive/fonts/ec/src/copyrite.txt>`_
165+
`LaTeX ec fonts <https://ctan.joethei.xyz/fonts/ec/src/copyrite.txt>`_
166166
Freie *European Computer Modern- und Text Companion*-Schriften, die
167167
üblicherweise mit Latex verwendet werden.
168168
`Arphic Public License <https://spdx.org/licenses/Arphic-1999>`_

0 commit comments

Comments
 (0)