Skip to content

Commit ac1b087

Browse files
author
hunterhug
committed
change domain
1 parent e0dd1c8 commit ac1b087

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_coverpage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- _coverpage.md -->
22

3-
# [数据结构和算法(Golang实现) **v2.2.7**](https://hunterhug.gitlab.io/blog)
3+
# [数据结构和算法(Golang实现) **v2.2.7**](https://hunterhug.gitlab.io/goa.c)
44

55
[![GitHub stars](https://img.shields.io/github/stars/hunterhug/goa.c.svg?style=social&label=Stars)](https://github.com/hunterhug/goa.c/stargazers)
66
[![GitHub last commit](https://img.shields.io/github/last-commit/hunterhug/goa.c.svg)](https://github.com/hunterhug/goa.c)
@@ -11,4 +11,4 @@
1111
1212
[GitHub](https://github.com/hunterhug/goa.c)
1313
[Blog](https://hunterhug.gitlab.io/blog)
14-
<a href="/goa.c/#/README" target="_blank">开始阅读</a>
14+
<a href="./#/README" target="_blank">开始阅读</a>

book.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"gitbook": "3.2.3",
88
"links": {
99
"sidebar": {
10-
"首页": "https://hunterhug.gitlab.io/blog"
10+
"首页": "https://hunterhug.gitlab.io/goa.c"
1111
}
1212
},
1313
"plugins": [

docker_run_docsify.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
2-
docker rm -f algorithm_docsify
3-
docker run --name algorithm_docsify -d -p 12346:3000 hunterhug/algorithm:docsify
2+
docker rm -f algorithm
3+
docker run --name algorithm -d -p 12346:3000 hunterhug/algorithm:docsify

0 commit comments

Comments
 (0)