Skip to content

Commit 6791ba8

Browse files
committed
Fix relative links in README that were broken for docs site users
1 parent aeae1f6 commit 6791ba8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ The table below lists the major releases alongside their compatible language, de
2828

2929
### Supported Operating Systems
3030

31-
**RediStack** runs anywhere that is officially supported by the [Swift project](https://swift.org/download/#releases). See the [test matrix below for more details](#language-and-platform-test-matrix).
31+
**RediStack** runs anywhere that is officially supported by the [Swift project](https://swift.org/download/#releases).
32+
33+
See the [test matrix below for more details](#language-and-platform-test-matrix).
3234

3335
## Installing
3436

@@ -79,18 +81,18 @@ For all other support requests, please email [[email protected]](mailto:sup
7981

8082
## Contributing
8183

82-
Check out [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to help with **RediStack**.
84+
Check out [CONTRIBUTING.md](https://gitlab.com/Mordil/swift-redi-stack/blob/master/CONTRIBUTING.md) for more information on how to help with **RediStack**.
8385

8486
## Contributors
8587

86-
Check out [CONTRIBUTORS.txt](CONTRIBUTORS.txt) to see the full list. This list is updated for each release.
88+
Check out [CONTRIBUTORS.txt](https://gitlab.com/Mordil/swift-redi-stack/blob/master/CONTRIBUTORS.txt) to see the full list. This list is updated for each release.
8789

8890
## Swift on Server Ecosystem
8991

9092
**RediStack** is part of the [Swift on Server Working Group](https://github.com/swift-server/sswg) ecosystem - currently recommended as [**Sandbox Maturity**](https://github.com/swift-server/sswg/blob/master/process/incubation.md#sandbox-level).
9193

9294
| Proposal | Pitch | Discussion | Review | Vote |
93-
|----------|-------|------------|--------|------|
95+
|:---:|:---:|:---:|:---:|:---:|
9496
| [SSWG-0004](https://github.com/swift-server/sswg/blob/master/proposals/0004-nio-redis.md) | [2019-01-07](https://forums.swift.org/t/swiftnio-redis-client/19325) | [2019-04-01](https://forums.swift.org/t/discussion-nioredis-nio-based-redis-driver/22455) | [2019-06-09](https://forums.swift.org/t/feedback-redisnio-a-nio-based-redis-driver/25521) | [2019-06-27](https://forums.swift.org/t/june-27th-2019/26580) |
9597

9698
## Language and Platform Test Matrix

0 commit comments

Comments
 (0)