Skip to content

Commit

Permalink
Use HTTPS for https://sourabhbajaj.com
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 8, 2020
1 parent c37ee5f commit 5d88cad
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cpp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CPlusPlus

Make sure you have installed [Xcode command line tools](http://sourabhbajaj.com/mac-setup/Xcode/). Check the C++ version to make sure it is Clang 4.0+.
Make sure you have installed [Xcode Command Line Tools](https://sourabhbajaj.com/mac-setup/Xcode/). Check the C++ version to make sure it is Clang 4.0+.

```console
$ c++ --version
Expand Down
2 changes: 1 addition & 1 deletion MyySQL/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mysql -uroot

It is always nice to have a GUI tool for managing databases. For Mac, you can use [Sequel Pro](http://www.sequelpro.com/) to manage local and remote MySQL databases. It is a free tool, you can choose to donate to support the development.

You may install Sequel Pro using [homebrew](http://sourabhbajaj.com/mac-setup/Homebrew/Cask.html):
You may install Sequel Pro using [Homebrew](https://sourabhbajaj.com/mac-setup/Homebrew/Cask.html):

```sh
brew cask install sequel-pro
Expand Down
4 changes: 2 additions & 2 deletions book.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"direction": "ltr",
"gitbook": "3.2.3",
"links": {
"home": "http://sourabhbajaj.com/mac-setup/",
"about": "http://sourabhbajaj.com",
"home": "https://sourabhbajaj.com/mac-setup/",
"about": "https://sourabhbajaj.com",
"issues": null,
"contribute": null
},
Expand Down
2 changes: 1 addition & 1 deletion iTerm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Installation

Use [Homebrew](http://sourabhbajaj.com/mac-setup/Homebrew/) to download and install:
Use [Homebrew](https://sourabhbajaj.com/mac-setup/Homebrew/) to download and install:

```sh
brew cask install iterm2
Expand Down
2 changes: 1 addition & 1 deletion iTerm/fzf.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tools it becomes super powerful.

## Installation

Use [homebrew](http://sourabhbajaj.com/mac-setup/Homebrew/README.html) to
Use [Homebrew](https://sourabhbajaj.com/mac-setup/Homebrew/README.html) to
install `fzf`:

```sh
Expand Down

0 comments on commit 5d88cad

Please sign in to comment.