Skip to content

Commit

Permalink
launch offical website
Browse files Browse the repository at this point in the history
  • Loading branch information
arisac committed Jan 11, 2021
1 parent 6cd480c commit 47e694e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path-to-signatures: 'cla.json'
url-to-cladocument: 'https://raw.githubusercontent.com/newtonproject/NEPs/master/cla.md'
url-to-cladocument: 'https://neps.newtonproject.org/cla'
# This branch can't have protections, commits are made directly to the specified branch.
branch: 'cla-signatures'
allowlist: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./.web/public
cname: neps.newton.bio
cname: neps.newtonproject.org
2 changes: 1 addition & 1 deletion .web/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL: https://neps.newton.bio/
baseURL: https://neps.newtonproject.org/
title: Newton Evolution Proposals (NEPs)
theme: newdocs

Expand Down
4 changes: 2 additions & 2 deletions NEPS/nep-template-nrc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ This is the suggested template for new NRC type NEP.
Start edit by copy this template folder to /NEPS/nep-x/
Note: the NEP number will be assigned by an editor when opening a pull request to submit your NEP.
Guides: https://neps.newton.bio/guides/
Format & Front Matter: https://neps.newton.bio/guides/format/
Guides: https://neps.newtonproject.org/guides/
Format & Front Matter: https://neps.newtonproject.org/guides/format/
-->

Expand Down
4 changes: 2 additions & 2 deletions NEPS/nep-template/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ This is the standard template for new NEP.
Start edit by copy this template folder to /NEPS/nep-x/
Note: the NEP number will be assigned by an editor when opening a pull request to submit your NEP.
Guides: https://neps.newton.bio/guides/
Format & Front Matter: https://neps.newton.bio/guides/format/
Guides: https://neps.newtonproject.org/guides/
Format & Front Matter: https://neps.newtonproject.org/guides/format/
-->

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ We welcome anyone with suggestions related to Newton Project to compile a NEP.

This repository tracks the ongoing status of NEPs.

- [NEPs Official Website](https://neps.newton.bio/) are build from NEPs and Docs from this repository.
- [NEPs Official Website](https://neps.newtonproject.org/) are build from NEPs and Docs from this repository.

- [All NEPs](https://neps.newton.bio/neps/) of all NEPs merged in to this repository.
- [All NEPs](https://neps.newtonproject.org/neps/) of all NEPs merged in to this repository.

- [NEP Process](https://neps.newton.bio/guides/nep-process/) that governs the NEPs repository.
- [NEP Process](https://neps.newtonproject.org/guides/nep-process/) that governs the NEPs repository.

## Contributing to NEPs

Newton Evolution Proposals (NEPs) repository exists as a place to share concrete proposals with potential users of the proposal and the Newton community at large.

Visit [NEP Guidelines](https://neps.newton.bio/guides/) to learn how to contribute to NEPs.
Visit [NEP Guidelines](https://neps.newtonproject.org/guides/) to learn how to contribute to NEPs.

Docs for Guides are located in `./guides` directory in this repository.

Expand Down

0 comments on commit 47e694e

Please sign in to comment.