You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zk...@apache.org on 2022/07/13 15:54:28 UTC

[incubator-devlake-website] 02/06: fix: fixed some links

This is an automated email from the ASF dual-hosted git repository.

zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit b399667decfd4ad231874b03e0c653a4a2644816
Author: yumengwang03 <yu...@merico.dev>
AuthorDate: Wed Jul 13 23:12:13 2022 +0800

    fix: fixed some links
---
 docs/Plugins/gitextractor.md                           | 4 ++--
 versioned_docs/version-v0.11.0/Plugins/GitExtractor.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/Plugins/gitextractor.md b/docs/Plugins/gitextractor.md
index d154e9e..b40cede 100644
--- a/docs/Plugins/gitextractor.md
+++ b/docs/Plugins/gitextractor.md
@@ -12,7 +12,7 @@ This plugin extracts commits and references from a remote or local git repositor
 1. Use the Git repo extractor to retrieve data about commits and branches from your repository.
 2. Use the GitHub plugin to retrieve data about Github issues and PRs from your repository.
 NOTE: you can run only one issue collection stage as described in the Github Plugin README.
-3. Use the [RefDiff](./RefDiff.md#development) plugin to calculate version diff, which will be stored in `refs_commits_diffs` table.
+3. Use the [RefDiff](RefDiff.md) plugin to calculate version diff, which will be stored in `refs_commits_diffs` table.
 
 ## Sample Request
 
@@ -58,6 +58,6 @@ For more options (e.g., saving to a csv file instead of a db), please read `plug
 ## Development
 
 This plugin depends on `libgit2`, you need to install version 1.3.0 in order to run and debug this plugin on your local
-machine. [Click here](./RefDiff.md#development) for a brief guide.
+machine. [Click here](RefDiff.md#Development) for a brief guide.
 
 <br/><br/><br/>
diff --git a/versioned_docs/version-v0.11.0/Plugins/GitExtractor.md b/versioned_docs/version-v0.11.0/Plugins/GitExtractor.md
index d154e9e..b40cede 100644
--- a/versioned_docs/version-v0.11.0/Plugins/GitExtractor.md
+++ b/versioned_docs/version-v0.11.0/Plugins/GitExtractor.md
@@ -12,7 +12,7 @@ This plugin extracts commits and references from a remote or local git repositor
 1. Use the Git repo extractor to retrieve data about commits and branches from your repository.
 2. Use the GitHub plugin to retrieve data about Github issues and PRs from your repository.
 NOTE: you can run only one issue collection stage as described in the Github Plugin README.
-3. Use the [RefDiff](./RefDiff.md#development) plugin to calculate version diff, which will be stored in `refs_commits_diffs` table.
+3. Use the [RefDiff](RefDiff.md) plugin to calculate version diff, which will be stored in `refs_commits_diffs` table.
 
 ## Sample Request
 
@@ -58,6 +58,6 @@ For more options (e.g., saving to a csv file instead of a db), please read `plug
 ## Development
 
 This plugin depends on `libgit2`, you need to install version 1.3.0 in order to run and debug this plugin on your local
-machine. [Click here](./RefDiff.md#development) for a brief guide.
+machine. [Click here](RefDiff.md#Development) for a brief guide.
 
 <br/><br/><br/>