Skip to content

Commit 4d3a6c0

Browse files
committed
url path update for all old pages
1 parent 8621775 commit 4d3a6c0

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/references/concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are two parts to **`chkware`** tool.
1515

1616
This sub command runs a file written in [http specification file](http-reference) format.
1717

18-
After you execute this command `chk` should make request by given request format, and display the response. You can also customize the response with `request.result` key. see [usage](/Examples/http-examples#request-with-form) and [documentation](/References/http-reference).
18+
After you execute this command `chk` should make request by given request format, and display the response. You can also customize the response with `request.result` key. see [usage](/examples/http-examples#request-with-form) and [documentation](/references/http-reference).
1919

2020
**[Options]**
2121
- `--result` <small>***optional***</small>: When you put this option, the you'll see only the result.
@@ -27,7 +27,7 @@ There are two parts to **`chkware`** tool.
2727

2828
This sub command runs a file written in [testcase specification file](testcase-reference) format.
2929

30-
After you execute this command `chk` should re-use `http` utility to request as per given structure on the file, execute test assertions, and display the result of the assertions. See [example](/Examples/testcase-examples).
30+
After you execute this command `chk` should re-use `http` utility to request as per given structure on the file, execute test assertions, and display the result of the assertions. See [example](/examples/testcase-examples).
3131

3232
**[Arguments]**
3333
- `[FILE].chk` <small>***required***</small>: File that you want to execute.

docs/references/http-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ request:
114114
---
115115
### `version` (<small>_`required`_</small>)
116116

117-
`version` is a top-level block that defines a document version. How to write a `version:` block, is [already defined here](/References/version-reference).
117+
`version` is a top-level block that defines a document version. How to write a `version:` block, is [already defined here](/references/version-reference).
118118

119119
### `variables`
120120

121-
`variables` is a top-level block that defines local variables. These variables are file scoped. How to write a `variables:` block, is [already defined here](/References/variable-reference).
121+
`variables` is a top-level block that defines local variables. These variables are file scoped. How to write a `variables:` block, is [already defined here](/references/variable-reference).
122122

123123
### `request` (<small>_`required`_</small>)
124124

docs/references/testcase-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,18 @@ spec:
5252
5353
### `version` (<small>_`required`_</small>)
5454

55-
`version` is a top-level block that defines a document version. How to write a `version:` block, is [already defined here](/References/version-reference).
55+
`version` is a top-level block that defines a document version. How to write a `version:` block, is [already defined here](/references/version-reference).
5656

5757
### `request`
5858

5959
- _`required`_ if `spec.execute.file` is empty
6060
- _`optional`_ if `spec.execute.file` if a http specification doc is linked
6161

62-
`request` is a top-level block that defines a http request. How to write a `request:` block, is [already defined here](/References/http-reference#request-required).
62+
`request` is a top-level block that defines a http request. How to write a `request:` block, is [already defined here](/references/http-reference#request-required).
6363

6464
### `variables`
6565

66-
`variables` is a top-level block that defines local variables. These variables are file scoped. How to write a `variables:` block, is [already defined here](/References/variable-reference).
66+
`variables` is a top-level block that defines local variables. These variables are file scoped. How to write a `variables:` block, is [already defined here](/references/variable-reference).
6767

6868
### `spec` (<small>_`required`_</small>)
6969

docs/references/variable-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Variables can be defined in two ways:
2828

2929
### Supported specification document
3030

31-
- [Http specification document examples](/Examples/http-examples#variable-examples) | [More example](https://github.com/chkware/cli/tree/0272b83c2975349fd3f0d94e1646cc27b603eaf5/tests/resources/storage/sample_config/pass_cases/variables)
32-
- [Testcase specification document examples](/Examples/testcase-examples) | [More example](https://github.com/chkware/cli/tree/890c2a6c11c5b16be4678ac27083befa1ef0986c/tests/resources/storage/sample_config/pass_cases/UserCreate)
31+
- [Http specification document examples](/examples/http-examples#variable-examples) | [More example](https://github.com/chkware/cli/tree/0272b83c2975349fd3f0d94e1646cc27b603eaf5/tests/resources/storage/sample_config/pass_cases/variables)
32+
- [Testcase specification document examples](/examples/testcase-examples) | [More example](https://github.com/chkware/cli/tree/890c2a6c11c5b16be4678ac27083befa1ef0986c/tests/resources/storage/sample_config/pass_cases/UserCreate)

0 commit comments

Comments
 (0)