From 030ed1b45487a516ef16cd5051e2105c2a8c23a4 Mon Sep 17 00:00:00 2001 From: Tom H Anderson Date: Fri, 17 Nov 2023 18:30:08 -0700 Subject: [PATCH] New docs url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8eb5d0d..ef67c97 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://github.com/API-Skeletons/laravel-hal/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/API-Skeletons/laravel-hal/actions/workflows/continuous-integration.yml?query=branch%3Amain) [![Code Coverage](https://codecov.io/gh/API-Skeletons/laravel-hal/branch/main/graphs/badge.svg)](https://codecov.io/gh/API-Skeletons/laravel-hal/branch/main) -[![Documentation Status](https://readthedocs.org/projects/api-skeletons-laravel-hal/badge/?version=latest)](https://api-skeletons-laravel-hal.readthedocs.io/en/latest/?badge=latest) +[![Documentation Status](https://readthedocs.org/projects/api-skeletons-laravel-hal/badge/?version=latest)](https://laravel-hal.apiskeletons.dev) [![PHP Version](https://img.shields.io/badge/PHP-8.0%2b-blue)](https://img.shields.io/badge/PHP-7.3%20to%208.0%2b-blue) [![Laravel Version](https://img.shields.io/badge/Laravel-8.x%2b-red)](https://img.shields.io/badge/Laravel-5.7%20to%208.x-red) [![Total Downloads](https://poser.pugx.org/api-skeletons/laravel-hal/downloads)](//packagist.org/packages/api-skeletons/laravel-hal) @@ -24,7 +24,7 @@ This same library can be used with any datasource to compose a HAL response. This is a direct implementation of [https://tools.ietf.org/html/draft-kelly-json-hal-08](https://tools.ietf.org/html/draft-kelly-json-hal-08) -### [Read The Documentation](https://api-skeletons-laravel-hal.readthedocs.io/en/latest/index.html) +### [Read The Documentation](https://laravel-hal.apiskeletons.dev) ## Quick Look