diff --git a/README.md b/README.md index 1b6f75d12..9ee0c23b5 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,6 @@ Filename |Descriptions [.spellcheck.yml](.spellcheck.yml) |Configuration of the spell checker, use `pyspelling -c .spellcheck.yml` to do spellcheck locally [.wordlist.txt](.wordlist.txt) |Whitelisted words for the spell checker, use `pyspelling -c .spellcheck.yml` to do spellcheck locally -## Broken link - -[https://www.uu.se/centrum/uppmax/support/user-guides/tensorflow-user-guide/](https://www.uu.se/centrum/uppmax/support/user-guides/tensorflow-user-guide/) - ## Credits The website is created using diff --git a/docs/software/python_programming.md b/docs/software/python_programming.md index fe33eccfc..bbaec1c8c 100644 --- a/docs/software/python_programming.md +++ b/docs/software/python_programming.md @@ -340,7 +340,7 @@ Some features are: * [Official Python documentation](https://docs.python.org/3/) * [Python forum](https://www.python.org/community/forums/) * [Free online book: 'How to Think Like a Computer Scientist'](https://openbookproject.net/thinkcs/python/english3e/index.html) -* [UPPMAX TensorFlow guide](https://www.uppmax.uu.se/support/user-guides/tensorflow-user-guide/) +* [UPPMAX TensorFlow guide](tensorflow.md) * [UPPMAX PyTorch guide](https://www.uppmax.uu.se/support/user-guides/nvidia-deep-learning-frameworks/)