Skip to content

Commit

Permalink
docs: use relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Nov 4, 2023
1 parent 4f97d08 commit 4c05dda
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/getting-started/quick_start.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cells": [
"cells": [
{
"attachments": {},
"cell_type": "markdown",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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)."
]
},
{
Expand Down

0 comments on commit 4c05dda

Please sign in to comment.