imbajin commented on code in PR #159: URL: https://github.com/apache/incubator-hugegraph-doc/pull/159#discussion_r1056420411
########## contribution.md: ########## @@ -18,22 +18,22 @@ U should ensure NPM & Hugo binary [download url](https://github.com/gohugoio/hug # 0. install npm & hugo if you don't have it # Mac version (0.95 extend) -wget https://github.do/https://github.com/gohugoio/hugo/releases/download/v0.95.0/hugo_extended_0.95.0_macOS-64bit.tar.gz +wget https://github.com/gohugoio/hugo/releases/download/v0.95.0/hugo_extended_0.95.0_macOS-64bit.tar.gz # Linux version (0.95 extend) -wget https://github.do/https://github.com/gohugoio/hugo/releases/download/v0.95.0/hugo_extended_0.95.0_Linux-64bit.tar.gz +wget https://github.com/gohugoio/hugo/releases/download/v0.95.0/hugo_extended_0.95.0_Linux-64bit.tar.gz # 解压后 hugo 是单二进制文件, 可直接使用, 或推荐放 /usr/bin 及环境变量下. sudo install hugo /usr/bin # 如果 mac 提示没有权限, 你可以直接使用它, 也可以 mv hugo /usr/bin 代替 # 1. download website's source code -git clone https://github.com/hugegraph/hugegraph-doc.git website +git clone https://github.com/hugegraph/hugegraph-doc.git master Review Comment: why use `master` as the directory name? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org