From 4c05dda2ca8ef98bb3dcbc5e1d99baf1aee75f96 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Sat, 4 Nov 2023 00:33:01 -0400 Subject: [PATCH] docs: use relative links --- doc/getting-started/quick_start.ipynb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/getting-started/quick_start.ipynb b/doc/getting-started/quick_start.ipynb index 49361bbea7..2295b331b0 100644 --- a/doc/getting-started/quick_start.ipynb +++ b/doc/getting-started/quick_start.ipynb @@ -1,5 +1,5 @@ { - "cells": [ + "cells": [ { "attachments": {}, "cell_type": "markdown", @@ -102,8 +102,7 @@ "metadata": {}, "source": [ "## General Introduction\n", - "This tutorial will introduce you to the basic usage of the DeePMD-kit, taking a gas phase methane molecule as an example. [DeePMD-kit's documentation](https://docs.deepmodeling.com/projects/deepmd/ \n", - ") is recommended as the complete reference.\n", + "This tutorial will introduce you to the basic usage of the DeePMD-kit, taking a gas phase methane molecule as an example. [DeePMD-kit's documentation](../) is recommended as the complete reference.\n", "\n", "The DP model is generated using the DeePMD-kit package (v2.1.5). The training data is converted into the format of DeePMD-kit using a tool named dpdata (v0.2.14). \n", "\n", @@ -456,7 +455,7 @@ "id": "7b0edb0f-df47-4e6c-8c37-5f32c4bd6b39", "metadata": {}, "source": [ - "More detailed docs about Data conversion can be found [here](https://docs.deepmodeling.com/projects/deepmd/en/master/data/data-conv.html)." + "More detailed docs about Data conversion can be found [here](../data/data-conv.html)." ] }, {