Skip to content

Commit fb4400a

Browse files
committed
fix url for welcome page
1 parent fa8b726 commit fb4400a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</p>
1515
<p align="center">
1616
<a href="https://github.com/marle3003/mokapi/releases">Download</a> ·
17-
<a href="https://mokapi.io/docs/guides/get-started/welcome">Documentation</a>
17+
<a href="https://mokapi.io/docs/guides/welcome">Documentation</a>
1818
</p>
1919

2020
**Mokapi** is an open-source tool that allows Agile, DevOps and Continuous Deployment teams
@@ -71,7 +71,7 @@ curl http://localhost/api/v31/pet/2 -H 'Accept: application/json'
7171

7272
## Documentation
7373

74-
- [Get Started](https://mokapi.io/docs/guides/get-started/welcome)
74+
- [Get Started](https://mokapi.io/docs/guides/welcome)
7575
- [HTTP](https://mokapi.io/docs/guides/http)
7676
- [Kafka](https://mokapi.io/docs/guides/kafka/overview)
7777
- [LDAP](https://mokapi.io/docs/guides/ldap/overview)

npm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ npx mokapi --Providers.File.Directory=./mokapi
4545

4646
## Documentation
4747

48-
- [Get Started](https://mokapi.io/docs/guides/get-started/welcome)
48+
- [Get Started](https://mokapi.io/docs/guides/welcome)
4949
- [HTTP](https://mokapi.io/docs/guides/http/overview)
5050
- [Kafka](https://mokapi.io/docs/guides/kafka/overview)
5151
- [LDAP](https://mokapi.io/docs/guides/ldap/overview)

npm/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Mokapi JavaScript API
3-
* https://mokapi.io/docs/guides/get-started/welcome
3+
* https://mokapi.io/docs/guides/welcome
44
*/
55

66
import "./faker";

webui/src/router/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const router = createRouter({
214214
path: '/docs',
215215
redirect: ({
216216
name: 'docs',
217-
params: {level1: 'guides', level2: 'get-started', level3: 'welcome'}
217+
params: {level1: 'guides', level2: 'welcome'}
218218
}),
219219
name: 'docsStart',
220220
children: [

0 commit comments

Comments
 (0)