Skip to content

Commit d841f7c

Browse files
authored
Merge pull request #61 from chkware/refactor/change-for-domain-name
refactor: changes regarding domain name
2 parents 85c4399 + a84033a commit d841f7c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ This repository holds source code and publishable website for [CHKware](https://
44

55
### Install and setup
66

7-
- Head to [CHKware website](https://chkware.github.io/setup), for documentation, if you want to use *CHKware* in your project.
8-
- Jump to the [setup for website developer](http://chkware.github.io/setup/setup-site-dev) if you want to contribute to this repository.
7+
- Head to [CHKware website](https://docs.chkware.com), for documentation, if you want to use *CHKware* in your project.
8+
- Jump to the [setup for website developer](https://docs.chkware.com/setup/setup-site-dev) if you want to contribute to this repository.

docs/setup/setup-site-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Setup for website developer
44

55
### Local development environment setup for *CHKware* documentation site
66

7-
This repository holds source code and publishable website for [**`CHKware`**](https://github.com/chkware/cli#readme). Please access using https://chkware.github.io.
7+
This repository holds source code and publishable website for [**`CHKware`**](https://github.com/chkware/cli#readme). Please access using https://docs.chkware.com.
88

99
### Installation
1010

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const TwitterSvg =
1111
const config = {
1212
title: 'CHKware',
1313
tagline: 'Low-code API quality testing, and automation toolbox',
14-
url: 'https://chkware.github.io',
14+
url: 'https://docs.chkware.com',
1515
baseUrl: '/',
1616
onBrokenLinks: 'throw',
1717
onBrokenMarkdownLinks: 'warn',

0 commit comments

Comments
 (0)