Skip to content

Commit

Permalink
change domain
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterhug committed Jun 7, 2022
1 parent e0dd1c8 commit ac1b087
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- _coverpage.md -->

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

[![GitHub stars](https://img.shields.io/github/stars/hunterhug/goa.c.svg?style=social&label=Stars)](https://github.com/hunterhug/goa.c/stargazers)
[![GitHub last commit](https://img.shields.io/github/last-commit/hunterhug/goa.c.svg)](https://github.com/hunterhug/goa.c)
Expand All @@ -11,4 +11,4 @@
[GitHub](https://github.com/hunterhug/goa.c)
[Blog](https://hunterhug.gitlab.io/blog)
<a href="/goa.c/#/README" target="_blank">开始阅读</a>
<a href="./#/README" target="_blank">开始阅读</a>
2 changes: 1 addition & 1 deletion book.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"gitbook": "3.2.3",
"links": {
"sidebar": {
"首页": "https://hunterhug.gitlab.io/blog"
"首页": "https://hunterhug.gitlab.io/goa.c"
}
},
"plugins": [
Expand Down
4 changes: 2 additions & 2 deletions docker_run_docsify.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
docker rm -f algorithm_docsify
docker run --name algorithm_docsify -d -p 12346:3000 hunterhug/algorithm:docsify
docker rm -f algorithm
docker run --name algorithm -d -p 12346:3000 hunterhug/algorithm:docsify

0 comments on commit ac1b087

Please sign in to comment.