Skip to content

Commit a8e94a1

Browse files
authored
Fix Bad links in the Kuzzle event documentation (#695)
## What does this PR do ? Fix bad links in the documentation
1 parent eb5fbba commit a8e94a1

File tree

18 files changed

+37
-5
lines changed

18 files changed

+37
-5
lines changed

doc/7/controllers/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ order: 400
55
title: Controllers
66
description: Javascript SDK v7.x controllers
77
---
8+
9+
<RedirectToFirstChild />

doc/7/core-classes/base-controller/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ title: BaseController
55
description: BaseController object documentation
66
order: 500
77
---
8+
9+
<RedirectToFirstChild />

doc/7/core-classes/batch-controller/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ type: branch
44
title: BatchController
55
description: BatchController class documentation
66
---
7+
8+
<RedirectToFirstChild />

doc/7/core-classes/kuzzle-error/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ title: KuzzleError
55
description: KuzzleError object documentation
66
order: 510
77
---
8+
9+
<RedirectToFirstChild />

doc/7/core-classes/kuzzle-event-emitter/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ title: KuzzleEventEmitter
55
description: KuzzleEventEmitter class documentation
66
order: 510
77
---
8+
9+
<RedirectToFirstChild />

doc/7/core-classes/kuzzle-event-emitter/introduction/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ A portable implementation of the Node.js `EventEmitter` interface.
1212

1313
There are several classes extending `KuzzleEventEmitter` in the SDK:
1414

15-
- [Kuzzle](/sdk/js/7/core-classes/kuzzle)
16-
- [WebSocket](/sdk/js/7/protocols/websocket)
17-
- [Http](/sdk/js/7/protocols/http)
15+
- [Kuzzle](/sdk/js/7/core-classes/kuzzle/introduction)
16+
- [WebSocket](/sdk/js/7/protocols/websocket/introduction)
17+
- [Http](/sdk/js/7/protocols/http/introduction)

doc/7/core-classes/kuzzle/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ title: Kuzzle
55
description: Kuzzle object documentation
66
order: 510
77
---
8+
9+
<RedirectToFirstChild />

doc/7/core-classes/observer/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ type: branch
44
title: Observer
55
description: Observer class documentation
66
---
7+
8+
<RedirectToFirstChild />

doc/7/core-classes/profile/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ title: Profile
55
description: Profile class documentation
66
order: 510
77
---
8+
9+
<RedirectToFirstChild />

doc/7/core-classes/role/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ title: Role
55
description: Role class documentation
66
order: 510
77
---
8+
9+
<RedirectToFirstChild />

0 commit comments

Comments
 (0)