Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
daitoto committed Aug 28, 2019
1 parent bc1be24 commit ec87856
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oi-wiki",
"name": "eda-wiki",
"version": "1.0.0",
"description": "wiki for OI / ACM-ICPC",
"description": "wiki for open EDA",
"main": "index.js",
"directories": {
"doc": "docs"
Expand All @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/24OI/OI-wiki.git"
"url": "git+https://github.com/daitoto/EDA-wiki.git"
},
"keywords": [
"OI",
Expand All @@ -21,9 +21,9 @@
"author": "OI Wiki Team",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/24OI/OI-wiki/issues"
"url": "https://github.com/daitoto/EDA-wiki/issues"
},
"homepage": "https://github.com/24OI/OI-wiki#readme",
"homepage": "https://github.com/daitoto/EDA-wiki#readme",
"dependencies": {
"cssnano": "^4.1.10",
"gulp": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions scripts/BaiduPusher.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
source /etc/profile
ORG=24OI
REPO=OI-wiki
ORG=daitoto
REPO=EDA-wiki
# Baidu Pusher

# Sitemap Parser
Expand Down
6 changes: 3 additions & 3 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Push HTML files to gh-pages automatically.

# Fill this out with the correct org/repo
ORG=24OI
REPO=OI-wiki
ORG=daitoto
REPO=EDA-wiki
# This probably should match an email for one of your users.
EMAIL=sirius.caffrey@gmail.com
EMAIL=daitoto3@gmail.com

set -e

Expand Down
6 changes: 3 additions & 3 deletions scripts/netlify_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Push HTML files to gh-pages automatically.

# Fill this out with the correct org/repo
ORG=24OI
REPO=OI-wiki
ORG=openbelt
REPO=EDA-wiki
# This probably should match an email for one of your users.
EMAIL=sirius.caffrey@gmail.com
EMAIL=daitoto@gmail.com

set -e

Expand Down

0 comments on commit ec87856

Please sign in to comment.