Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update domain to credo.js.org #141

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build
cname: aries.js.org
cname: credo.js.org
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const remarkTabs = require('remark-docusaurus-tabs')
const config = {
title: 'Aries JavaScript Documentation',
tagline: 'Everything you need to know about the Aries JavaScript ecosystem.',
url: 'https://aries.js.org',
url: 'https://credo.js.org',
baseUrl: '/',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
Expand Down
4 changes: 2 additions & 2 deletions guides/ecosystem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Currently, Aries JavaScript is composed out of three separate repositories:

You can find their documentation here:

1. [Aries Framework JavaScript](https://aries.js.org/guides)
2. [Aries Framework JavaScript Extensions](https://aries.js.org/guides/extensions)
1. [Aries Framework JavaScript](https://credo.js.org/guides)
2. [Aries Framework JavaScript Extensions](https://credo.js.org/guides/extensions)
3. [Aries Mobile Agent React Native (Bifold)](https://github.com/hyperledger/aries-mobile-agent-react-native/blob/main/README.md)

### Aries Framework JavaScript
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-0.3/ecosystem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Currently, Aries JavaScript is composed out of three separate repositories:

You can find their documentation here:

1. [Aries Framework JavaScript](https://aries.js.org/guides)
2. [Aries Framework JavaScript Extensions](https://aries.js.org/guides/extensions)
1. [Aries Framework JavaScript](https://credo.js.org/guides)
2. [Aries Framework JavaScript Extensions](https://credo.js.org/guides/extensions)
3. [Aries Mobile Agent React Native (Bifold)](https://github.com/hyperledger/aries-mobile-agent-react-native/blob/main/README.md)

### Aries Framework JavaScript
Expand Down
Loading