timacdonald / json-api

A lightweight API resource for Laravel that helps you adhere to the JSON:API standard. Supports sparse fieldsets, compound documents, and more.
586 stars 40 forks source link

Add missing slash to JSON:API spec URL #22

Closed samipfjo closed 1 year ago

samipfjo commented 2 years ago

Currently the URL directs to github.com/jsonapi.org which (in addition to not being what is desired) results in a blank page being displayed after the GitHub back-end rejects the route.

samipfjo commented 1 year ago

Just realized this is a duplicate of #18