Skip to content

Commit dfd2ef9

Browse files
authored
Fix missed core/ path in README.md files (#125)
1 parent fabf082 commit dfd2ef9

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

arrow-libs/core/arrow-docs/docs/arrow/typeclasses/align/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ TypeClass(Align::class).dtMarkdownList()
5555
ank_macro_hierarchy(arrow.typeclasses.Align)
5656

5757
[functor_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Align.kt
58-
[functor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/AlignLaws.kt
58+
[functor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/test/laws/AlignLaws.kt

arrow-libs/core/arrow-docs/docs/arrow/typeclasses/applicative/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ since they are all subtypes of `Applicative`.
155155
ank_macro_hierarchy(arrow.typeclasses.Applicative)
156156

157157
[applicative_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Applicative.kt
158-
[applicative_law_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/ApplicativeLaws.kt
158+
[applicative_law_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/test/laws/ApplicativeLaws.kt

arrow-libs/core/arrow-docs/docs/arrow/typeclasses/bicrosswalk/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ TypeClass(Bicrosswalk::class).dtMarkdownList()
7171
ank_macro_hierarchy(arrow.typeclasses.Bicrosswalk)
7272

7373
[functor_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Bicrosswalk.kt
74-
[functor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/BicrosswalkLaws.kt
74+
[functor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/test/laws/BicrosswalkLaws.kt

arrow-libs/core/arrow-docs/docs/arrow/typeclasses/bifunctor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ TypeClass(Bifunctor::class).dtMarkdownList()
7676
ank_macro_hierarchy(arrow.typeclasses.Bifunctor)
7777

7878
[bifunctor_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Bifunctor.kt
79-
[bifunctor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/BifunctorLaws.kt
79+
[bifunctor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/test/laws/BifunctorLaws.kt

arrow-libs/core/arrow-docs/docs/arrow/typeclasses/hash/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ import arrow.typeclasses.Hash
135135
TypeClass(Hash::class).hierarchyGraph()
136136
```
137137

138-
[hash_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/HashLaws.kt
138+
[hash_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/test/laws/HashLaws.kt

arrow-libs/core/arrow-docs/docs/arrow/typeclasses/profunctor/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ TypeClass(Profunctor::class).dtMarkdownList()
9393
ank_macro_hierarchy(arrow.typeclasses.Profunctor)
9494

9595
[profunctor_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Profunctor.kt
96-
[profunctor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/ProfunctorLaws.kt
96+
[profunctor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/test/laws/ProfunctorLaws.kt

arrow-libs/core/arrow-docs/docs/arrow/typeclasses/repeat/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ TypeClass(Repeat::class).dtMarkdownList()
5757
ank_macro_hierarchy(arrow.typeclasses.Repeat)
5858

5959
[functor_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Repeat.kt
60-
[functor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/RepeatLaws.kt
60+
[functor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/test/laws/RepeatLaws.kt

arrow-libs/core/arrow-docs/docs/arrow/typeclasses/selective/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ import arrow.typeclasses.Selective
9191
TypeClass(Selective::class).hierarchyGraph()
9292
```
9393

94-
[selective_law_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/SelectiveLaws.kt
94+
[selective_law_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/test/laws/SelectiveLaws.kt

arrow-libs/core/arrow-docs/docs/arrow/typeclasses/semialign/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ TypeClass(Semialign::class).dtMarkdownList()
7676
ank_macro_hierarchy(arrow.typeclasses.Semialign)
7777

7878
[functor_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Semialign.kt
79-
[functor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/SemialignLaws.kt
79+
[functor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/test/laws/SemialignLaws.kt

arrow-libs/core/arrow-docs/docs/arrow/typeclasses/unalign/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ TypeClass(Unalign::class).dtMarkdownList()
7070
ank_macro_hierarchy(arrow.typeclasses.Unalign)
7171

7272
[functor_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Unalign.kt
73-
[functor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/UnalignLaws.kt
73+
[functor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/test/laws/UnalignLaws.kt

arrow-libs/core/arrow-docs/docs/arrow/typeclasses/zip/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ TypeClass(Zip::class).dtMarkdownList()
7575
ank_macro_hierarchy(arrow.typeclasses.Zip)
7676

7777
[functor_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-data/src/main/kotlin/arrow/typeclasses/Zip.kt
78-
[functor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/test/laws/ZipLaws.kt
78+
[functor_laws_source]: https://github.com/arrow-kt/arrow-core/blob/master/arrow-core-test/src/main/kotlin/arrow/core/test/laws/ZipLaws.kt

0 commit comments

Comments
 (0)