From 83a329255abae6bd9e0043b715fe64ba3b77334a Mon Sep 17 00:00:00 2001 From: Asara Date: Mon, 29 Jul 2019 16:08:06 -0400 Subject: [PATCH] Fix link to frontend, add my git page --- src/static/about.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/static/about.md b/src/static/about.md index 0eed2a7..6941316 100644 --- a/src/static/about.md +++ b/src/static/about.md @@ -1,7 +1,7 @@ -# Welcome to SudoScientist! -This is Asara, and this is my personal blog. +# Welcome to sudoscientist! +I am [Asara](https://git.minhas.io/Asara), and this is my personal blog. -It will primarily post about technology, personal projects, and other sudo-scientific and sudo-philosophical ramblings. +I will primarily post about technology, personal projects, and other sudo-scientific and sudo-philosophical ramblings. The backend for this blog is written in golang and the source can be [found here](https://git.minhas.io/Asara/sudoscientist-go-backend). -The frontend for this blog is written using react-redux and can be [found here](https://git.minhas.io/Asara/sudoscientist-go-backend). +The frontend for this blog is written using react-redux and can be [found here](https://git.minhas.io/Asara/sudoscientist-js-frontend).