@@ -211,7 +211,7 @@ You can also list statuses through `listStatuses`; it take as arguments:
211211To list the statuses for a specific ref:
212212
213213{triple backtick}scala mdoc:silent
214- val listStatuses = gh.repos.listStatuses("47degrees", "github4s", "heads/master ")
214+ val listStatuses = gh.repos.listStatuses("47degrees", "github4s", "heads/main ")
215215listStatuses.flatMap(_.result match {
216216 case Left(e) => IO.println(s"Something went wrong: ${e.getMessage}")
217217 case Right(r) => IO.println(r)
@@ -232,14 +232,14 @@ cd docs/target/site/ && jekyll serve
232232```
233233
234234[ api-doc ] : https://developer.github.com/v3/repos/statuses/#list-statuses-for-a-specific-ref
235- [ repos-domain ] : https://github.com/47degrees/github4s/blob/master /github4s/src/main/scala/github4s/domain/Repository.scala
236- [ domain-pkg ] : https://github.com/47degrees/github4s/blob/master /github4s/src/main/scala/github4s/domain/
237- [ repos-algebra ] : https://github.com/47degrees/github4s/blob/master /github4s/src/main/scala/github4s/algebras/Repositories.scala
238- [ algebra-pkg ] : https://github.com/47degrees/github4s/blob/master /github4s/src/main/scala/github4s/algebras/
239- [ repos-interpreter ] : https://github.com/47degrees/github4s/blob/master /github4s/src/main/scala/github4s/interpreters/RepositoriesInterpreter.scala
240- [ httpclient ] : https://github.com/47degrees/github4s/blob/master /github4s/src/main/scala/github4s/http/HttpClient.scala
241- [ integ-pkg ] : https://github.com/47degrees/github4s/blob/master /github4s/src/test/scala/github4s/integration/
242- [ repos-integ-spec ] : https://github.com/47degrees/github4s/blob/master /github4s/src/test/scala/github4s/integration/GHReposSpec.scala
243- [ unit-pkg ] : https://github.com/47degrees/github4s/tree/master /github4s/src/test/scala/github4s/unit
244- [ repos-interpreter-spec ] : https://github.com/47degrees/github4s/blob/master /github4s/src/test/scala/github4s/unit/ReposSpec.scala
245- [ repos-md ] : https://github.com/47degrees/github4s/blob/master /docs/docs/repository.md
235+ [ repos-domain ] : https://github.com/47degrees/github4s/blob/main /github4s/src/main/scala/github4s/domain/Repository.scala
236+ [ domain-pkg ] : https://github.com/47degrees/github4s/blob/main /github4s/src/main/scala/github4s/domain/
237+ [ repos-algebra ] : https://github.com/47degrees/github4s/blob/main /github4s/src/main/scala/github4s/algebras/Repositories.scala
238+ [ algebra-pkg ] : https://github.com/47degrees/github4s/blob/main /github4s/src/main/scala/github4s/algebras/
239+ [ repos-interpreter ] : https://github.com/47degrees/github4s/blob/main /github4s/src/main/scala/github4s/interpreters/RepositoriesInterpreter.scala
240+ [ httpclient ] : https://github.com/47degrees/github4s/blob/main /github4s/src/main/scala/github4s/http/HttpClient.scala
241+ [ integ-pkg ] : https://github.com/47degrees/github4s/blob/main /github4s/src/test/scala/github4s/integration/
242+ [ repos-integ-spec ] : https://github.com/47degrees/github4s/blob/main /github4s/src/test/scala/github4s/integration/GHReposSpec.scala
243+ [ unit-pkg ] : https://github.com/47degrees/github4s/tree/main /github4s/src/test/scala/github4s/unit
244+ [ repos-interpreter-spec ] : https://github.com/47degrees/github4s/blob/main /github4s/src/test/scala/github4s/unit/ReposSpec.scala
245+ [ repos-md ] : https://github.com/47degrees/github4s/blob/main /docs/docs/repository.md
0 commit comments