Skip to content

Commit

Permalink
Correct gitmodules to use https.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredririe committed Aug 14, 2018
1 parent 085a456 commit 968ef45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "public"]
path = public
url = git@github.com:jaredririe/jaredririe.github.io.git
url = https://github.com/jaredririe/jaredririe.github.io.git
branch = master
2 changes: 1 addition & 1 deletion public
Submodule public updated 43 files
+3 −4 2018/07/02/yet-another-software-blog/index.html
+3 −4 2018/07/14/what-this-blog-is-all-about/index.html
+3 −4 2018/07/23/database-indexes/index.html
+3 −4 2018/07/30/top-software-books/index.html
+5 −5 2018/08/06/lessons-from-adopting-go-qualtrics/index.html
+305 −0 2018/08/13/experience-using-hugo/index.html
+2 −3 404.html
+2 −3 about/index.html
+5 −3 archives/index.html
+2 −3 categories/books/index.html
+2 −3 categories/breaking-abstractions/index.html
+1 −1 categories/feed.xml
+2 −3 categories/general/index.html
+12 −1 categories/golang/feed.xml
+5 −3 categories/golang/index.html
+2 −3 categories/index.html
+2 −3 categories/personal/index.html
+185 −0 feed.xml
+18 −16 index.html
+12 −1 post/feed.xml
+ public/images/hugo.png
+21 −4 sitemap.xml
+2 −3 tags/architecture/index.html
+26 −0 tags/blogging/feed.xml
+117 −0 tags/blogging/index.html
+2 −3 tags/byu/index.html
+2 −3 tags/coding-interview/index.html
+2 −3 tags/data-structures/index.html
+2 −3 tags/databases/index.html
+2 −3 tags/distributed-systems/index.html
+19 −10 tags/feed.xml
+12 −1 tags/golang/feed.xml
+5 −3 tags/golang/index.html
+26 −0 tags/hugo/feed.xml
+117 −0 tags/hugo/index.html
+6 −3 tags/index.html
+2 −3 tags/javascript/index.html
+2 −3 tags/machine-learning/index.html
+2 −3 tags/microservices/index.html
+2 −3 tags/nosql/index.html
+2 −3 tags/qualtrics/index.html
+2 −3 tags/software/index.html
+2 −3 tags/sql/index.html

0 comments on commit 968ef45

Please sign in to comment.