Skip to content

Commit 7b2f343

Browse files
authored
Update README.md
1 parent d8e17c2 commit 7b2f343

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChaCha Project Website
22

3-
https://naver-ai.github.io/chacha/
3+
https://naver-ai.github.io/aacesstalk/
44

55

66
## How to Run
@@ -27,7 +27,7 @@ https://naver-ai.github.io/chacha/
2727
### Deploying Website to Github Pages
2828
1. Change public url in `package.json`:
2929
```json
30-
"build": "rm -rf dist && rm -rf .parcel-cache && rm -rf .cache && parcel build index.html ./public/*.pdf --public-url https://naver-ai.github.io/chacha",
30+
"build": "rm -rf dist && rm -rf .parcel-cache && rm -rf .cache && parcel build index.html ./public/*.pdf --public-url https://naver-ai.github.io/aacesstalk",
3131
```
3232
Replace the public-url argument value 'https://naver-ai.github.io/chacha' with the domain you are using.
3333
2. Run deployment script:
@@ -37,4 +37,4 @@ https://naver-ai.github.io/chacha/
3737

3838

3939
## Author
40-
Young-Ho Kim (NAVER AI Lab) [email protected], http://younghokim.net
40+
Young-Ho Kim (NAVER AI Lab) [email protected], http://younghokim.net

0 commit comments

Comments
 (0)