Skip to content

Commit

Permalink
chore: update domain to credo.js.org (#141)
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra authored Jan 23, 2024
1 parent fd4fb9f commit 8ec85e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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

0 comments on commit 8ec85e6

Please sign in to comment.