Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
simeg committed Jul 6, 2020
1 parent f5d7cca commit bfad353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Both of these tools can't compare in terms of features and user interface with t
- [1Password](https://agilebits.com/onepassword): Cross platform password management tool.
- [Airmail](http://airmailapp.com/): Lightweight fast email client.
- [Alfred](http://www.alfredapp.com/): Spotlight on steroids.
- [Amphetamine](https://apps.apple.com/us/app/amphetamine/id937984704): Stops the machine from going into sleep mode.
- [AppCleaner](http://www.freemacsoft.net/appcleaner/): Uninstall apps.
- [Caffeine](http://lightheadsw.com/caffeine/): Stops the machine from going into sleep mode.
- [DoubleTwist](https://www.doubletwist.com/desktop/): Import your playlists, ratings, music and videos. Create new playlists to your heart's content. Rate your songs and videos. Play your music and videos and view all of your photos.
- [Dropbox](https://www.dropbox.com/): File syncing to the cloud. It syncs files across all devices (laptop, mobile, tablet), and serves as a backup as well!
- [F.lux](https://justgetflux.com/): f.lux makes the color of your computer's display adapt to the time of day, warm at night and like sunlight during the day (If you are running macOS 10.12.4 or later there's native functionality called 'Night Shift' that does the same thing as f.lux, see System Preferences -> Displays -> Night Shift).
Expand Down
2 changes: 1 addition & 1 deletion Python/ipython.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# IPython

[IPython](http://ipython.org/) is an improved Python shell than the one you get from running `python` in the command-line. It has many cool functions (running Unix commands from the Python shell, easy copy & paste, creating Matplotlib charts in-line etc.). You can find all functions in the [documentation](http://ipython.readthedocs.io/en/stable/).
IPython is a kernel for Jupyter Notebook. If you are confused IPython with Jupyter, refer to the [Jupyter documentation](http://jupyter.readthedocs.io/en/latest/ipython/content-ipython.html)
IPython is a kernel for Jupyter Notebook. If you are confused IPython with Jupyter, refer to the [Jupyter documentation](https://jupyter.readthedocs.io/en/latest/)

## Installation

Expand Down

0 comments on commit bfad353

Please sign in to comment.