47degrees / github4s

A GitHub API wrapper written in Scala
http://47degrees.github.io/github4s
Apache License 2.0
229 stars 75 forks source link

bad documentation URL in github enterprise #871

Closed TomyMeren closed 1 year ago

TomyMeren commented 1 year ago

I'm trying to publish a microsite in a Github Enterprise repo and when I call the method https://github.com/47degrees/github4s/blob/9c18225cc61f756aace9ddcb5d134720c882edb0/github4s/shared/src/main/scala/github4s/algebras/GitData.scala#L42 I get the following error: Caused by: NotFoundError(Not Found, https://docs.github.com/enterprise/3.4/rest) Should update to https://docs.github.com/en/enterprise-server@3.4/rest

fedefernandez commented 1 year ago

That URI is coming directly from the GitHub API response.