Skip to content

Commit 3898d96

Browse files
Doc: fix permalink (#278)
1 parent c53e60e commit 3898d96

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

arrow-libs/fx/arrow-docs/docs/fx/coroutines/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: docs-fx
33
title: "Kotlin Standard Library and Arrow Fx Coroutines"
4+
permalink: /fx/coroutines/
45
---
56

67
# Kotlin Standard Library & Arrow Fx Coroutines

arrow-libs/fx/arrow-docs/docs/io-integrations/kotlinxcoroutines/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: docs-fx
33
title: kotlinx.coroutines
4-
permalink: /integrations/kotlinxcoroutines/
4+
permalink: /io-integrations/kotlinxcoroutines/
55
---
66

77
# Kotlin Coroutines and runtime support

arrow-libs/fx/arrow-docs/docs/io-integrations/reactor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: docs-fx
33
title: Reactor
4-
permalink: /integrations/reactor/
4+
permalink: /io-integrations/reactor/
55
---
66

77
## Project Reactor

arrow-libs/fx/arrow-docs/docs/io-integrations/rx2/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: docs-fx
33
title: RxJava 2
4-
permalink: /integrations/rx2/
4+
permalink: /io-integrations/rx2/
55

66
---
77

0 commit comments

Comments
 (0)