Skip to content

Commit

Permalink
fix: relative links aren't resolvable in Dokka
Browse files Browse the repository at this point in the history
  • Loading branch information
d1snin committed Feb 16, 2023
1 parent f64aa5e commit 62854e2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ fun HttpClient.listenToServerFailures() {

### How to contribute

See [CONTRIBUTING.md](./CONTRIBUTING.md)
See [CONTRIBUTING.md][contribution_guide]

### Code of Conduct

See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md)
See [CODE_OF_CONDUCT.md][code_of_conduct]

### License

Expand All @@ -93,4 +93,7 @@ See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md)
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
```

[contribution_guide]: https://github.com/d1snin/ktor-ws-events/blob/main/CONTRIBUTING.md
[code_of_conduct]: https://github.com/d1snin/ktor-ws-events/blob/main/CODE_OF_CONDUCT.md

0 comments on commit 62854e2

Please sign in to comment.