Skip to content

Commit

Permalink
Fix new domain url
Browse files Browse the repository at this point in the history
  • Loading branch information
kchiranjewee63 committed Jan 30, 2025
1 parent 264d7a7 commit f2d9ad4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: cp -R public/* ${GITHUB_WORKSPACE}/built-site/

- name: Create CNAME file
run: echo 'tokenetes.io.io' > ${GITHUB_WORKSPACE}/built-site/CNAME
run: echo 'tokenetes.io' > ${GITHUB_WORKSPACE}/built-site/CNAME

- name: Deploy to gh-pages
run: |
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Tokenetes
baseURL: https://tokenetes.io.io/
baseURL: https://tokenetes.io/

disableKinds:
- taxonomy
Expand Down
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ footer a {
<img src="/img/logos/image-logo.svg" alt="Tokenetes Logo">
<h1>Tokenetes</h1>
<h2>Transaction Tokens Service</h2>
<h3>Assure identity and context in microservices with <a href="https://tokenetes.io.io/docs/transaction-token/" target="_blank">Transaction Tokens</a>.</h3>
<h3>Assure identity and context in microservices with <a href="https://tokenetes.io/docs/transaction-token/" target="_blank">Transaction Tokens</a>.</h3>
<div class="buttons">
<a href="/docs" class="button"><i class="fas fa-book-open"></i> Learn More</a>
<a href="/docs/quickstart" class="button"><i class="fas fa-rocket"></i> Get Started</a>
Expand Down

0 comments on commit f2d9ad4

Please sign in to comment.