From 9261e5ec99999761e36df440b51fbc555462cf3d Mon Sep 17 00:00:00 2001
From: Yifan Zhao <yifanz16@illinois.edu>
Date: Thu, 8 Apr 2021 04:38:26 -0500
Subject: [PATCH] Fixed a typo

---
 doc/getting_started.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/getting_started.rst b/doc/getting_started.rst
index d0e1305..aefdf71 100644
--- a/doc/getting_started.rst
+++ b/doc/getting_started.rst
@@ -199,5 +199,5 @@ with one extra subfigure (middle) comparing the predicted and measured QoS.
 
 This concludes the tutorial for installing and using PredTuner.
 What we have just used is the PyTorch API of PredTuner.
-:doc:<reference/index> shows the reference of this API along with two sets of lower-level APIs
+:doc:`reference/index` shows the reference of this API along with two sets of lower-level APIs
 that allows tuning applications that are not PyTorch DNN.
-- 
GitLab