Skip to content

Commit dfcc633

Browse files
authored
Merge pull request #75 from codefuse-ai/doc-preview
[doc] fix broken link
2 parents 5d5181a + c10bcd2 commit dfcc633

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Note: The maturity level of the language status is determined based on the types
8080
- [Installation, Configuration, and Running](./doc/3_install_and_run.en.md)
8181
- [GödelScript Query Language](./doc/4_godelscript_language.en.md)
8282
- [Developing Plugins (VSCode)](./doc/5_toolchain.en.md)
83-
- [COREF API](https://codefuse-ai.github.io/CodeFuse-Query/godel-api/coref_library_reference.html)
83+
- [COREF API](https://codefuse-ai.github.io/CodeFuse-Query)
8484

8585
## Tutorial
8686
- [Online Tutorial](./tutorial/README.en.md)

README_cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ CodeFuse-Query 包括**Sparrow CLI **和CodeFuse-Query**在线服务Query中心*
7979
- [安装、配置、运行](./doc/3_install_and_run.md)
8080
- [Gödel查询语言介绍](./doc/4_godelscript_language.md)
8181
- [VSCode开发插件](./doc/5_toolchain.md)
82-
- [COREF API](https://codefuse-ai.github.io/CodeFuse-Query/godel-api/coref_library_reference.html)
82+
- [COREF API](https://codefuse-ai.github.io/CodeFuse-Query)
8383

8484
## 教程 (tutorial)
8585
- [在线教程](./tutorial/README.md)

doc/index.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ title: Home
33
layout: default
44
nav_order: 1
55
---
6-
## 文档 (Documentation)
6+
# 文档 (Documentation)
77

8-
请见[仓库首页](https://github.com/codefuse-ai/CodeFuse-Query)
8+
* 请见[仓库首页](https://github.com/codefuse-ai/CodeFuse-Query)
9+
10+
# COREF Library Reference
11+
12+
* [coref::cfamily](./godel-api/cfamily/reference.html)
13+
* [coref::go](./godel-api/go/reference.html)
14+
* [coref::java](./godel-api/java/reference.html)
15+
* [coref::javascript](./godel-api/javascript/reference.html)
16+
* [coref::properties](./godel-api/properties/reference.html)
17+
* [coref::python](./godel-api/python/reference.html)
18+
* [coref::xml](./godel-api/xml/reference.html)

0 commit comments

Comments
 (0)