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/08/03 07:23:50 UTC

[incubator-devlake-website] branch main updated: docs: clarify some unclear statements

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


The following commit(s) were added to refs/heads/main by this push:
     new 975efb0e docs: clarify some unclear statements
975efb0e is described below

commit 975efb0eb0306bb0a127f029980cceadbbbc1e7a
Author: zhangliang <li...@merico.dev>
AuthorDate: Sat Jul 30 01:11:48 2022 +0800

    docs: clarify some unclear statements
---
 docs/Plugins/gitextractor.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Plugins/gitextractor.md b/docs/Plugins/gitextractor.md
index 10416ab2..c524a616 100644
--- a/docs/Plugins/gitextractor.md
+++ b/docs/Plugins/gitextractor.md
@@ -38,7 +38,7 @@ curl --location --request POST 'localhost:8080/pipelines' \
 ```
 - `url`: the location of the git repository. It should start with `http`/`https` for a remote git repository and with `/` for a local one.
 - `repoId`: column `id` of  `repos`.
-   Note : To find the repo id run `$("meta[name=octolytics-dimension-repository_id]").getAttribute('content')` in browser console. 
+   Note : For GitHub, to find the repo id run `$("meta[name=octolytics-dimension-repository_id]").getAttribute('content')` in browser console. 
 - `proxy`: optional, http proxy, e.g. `http://your-proxy-server.com:1080`.
 - `user`: optional, for cloning private repository using HTTP/HTTPS
 - `password`: optional, for cloning private repository using HTTP/HTTPS