diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index b5256ca4..434501fe 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -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: '' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 584827b4..1456652a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,4 +38,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./.web/public - cname: neps.newton.bio \ No newline at end of file + cname: neps.newtonproject.org \ No newline at end of file diff --git a/.web/config.yaml b/.web/config.yaml index 3f1310d1..bf8f7453 100644 --- a/.web/config.yaml +++ b/.web/config.yaml @@ -1,4 +1,4 @@ -baseURL: https://neps.newton.bio/ +baseURL: https://neps.newtonproject.org/ title: Newton Evolution Proposals (NEPs) theme: newdocs diff --git a/NEPS/nep-template-nrc/index.md b/NEPS/nep-template-nrc/index.md index b1b0ac36..4f8382b7 100644 --- a/NEPS/nep-template-nrc/index.md +++ b/NEPS/nep-template-nrc/index.md @@ -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/ --> diff --git a/NEPS/nep-template/index.md b/NEPS/nep-template/index.md index 6f0e51f5..362527c7 100644 --- a/NEPS/nep-template/index.md +++ b/NEPS/nep-template/index.md @@ -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/ --> diff --git a/README.md b/README.md index 07a62c0b..367d3bf8 100644 --- a/README.md +++ b/README.md @@ -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.