square / okio

A modern I/O library for Android, Java, and Kotlin Multiplatform.
https://square.github.io/okio/
Apache License 2.0
8.72k stars 1.17k forks source link

Correct documentation links in ZipFileSystem.kt #1461

Closed vanniktech closed 3 months ago

vanniktech commented 3 months ago

Currently, it just seems broken:

Screenshot 2024-03-28 at 10 41 16

But I think this should fix it.

oldergod commented 3 months ago

What's this? Why is there no github details bound to it?

image

msfjarvis commented 3 months ago

What's this? Why is there no github details bound to it?

image

https://github.com/square/okio/pull/1419#issuecomment-2005725815

GitHub still expects the macos-11 job as a required check but it no longer exists.

JakeWharton commented 3 months ago

I had fixed it, which is why the auto-merge triggered.

Also let's try to use squash for multi-commit PRs in the future unless each commit is a separate, tested unit.