From 522d763f72e623690160845da9e0ecf3c54696ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EC=B5=9C=ED=98=95=ED=83=9D?= <htcrefactor@ajou.ac.kr>
Date: Wed, 23 Jun 2021 23:26:48 +0900
Subject: [PATCH] Update README.md

---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 59b3c05..a8ea7f4 100644
--- a/README.md
+++ b/README.md
@@ -11,12 +11,12 @@
         <img src="http://img.shields.io/badge/-Netlify-00C7B7?style=flat&logo=Netlify&link=https://webgl2-fluid-simulation.netlify.app"/>
     </p>
     <p align="center">
-        <a href="#try-here">Try Here</a> • 
-        <a href="#prerequisites">Prerequisites</a> • 
-        <a href="#what-this-tutorial-covers">What This Tutorial Covers</a> •   
-        <a href="#license">License</a> • 
-        <a href="#references">References</a> • 
-        <a href="#acknowledgements">Acknowledgements</a>
+        <a href="https://git.ajou.ac.kr/htcrefactor/webgl-tutorial/-/blob/master/README.md#try-here">Try Here</a> • 
+        <a href="https://git.ajou.ac.kr/htcrefactor/webgl-tutorial/-/blob/master/README.md#prerequisites">Prerequisites</a> • 
+        <a href="https://git.ajou.ac.kr/htcrefactor/webgl-tutorial/-/blob/master/README.md#what-this-tutorial-covers">What This Tutorial Covers</a> •   
+        <a href="https://git.ajou.ac.kr/htcrefactor/webgl-tutorial/-/blob/master/README.md#license">License</a> • 
+        <a href="https://git.ajou.ac.kr/htcrefactor/webgl-tutorial/-/blob/master/README.md#references">References</a> • 
+        <a href="https://git.ajou.ac.kr/htcrefactor/webgl-tutorial/-/blob/master/README.md#acknowledgements">Acknowledgements</a>
     </p>
     WebGL은 인터넷 브라우저 환경에서 OpenGL을 플러그인 도움 없이 공식적으로 사용할 수 있도록 Khronos Group에서 제정한 웹 그래픽스 API에요.
     2017년 2월에 OpenGL ES 3.0기반 WebGL 2.0이 공개됐어요.
-- 
GitLab