From 1fd9a682dda9704ba9235769cb85cb4028879570 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 24 Oct 2024 01:17:54 +0200 Subject: [PATCH] Docs: Fix broken links --- docs/source/index.rst | 6 +++--- docs/source/tour.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index d6221c9..88683e4 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -8,8 +8,8 @@ A familiar HTTP Service Framework |Build Status| |image1| |image2| |image3| |image4| |image5| -.. |Build Status| image:: https://travis-ci.org/kennethreitz/responder.svg?branch=master - :target: https://travis-ci.org/kennethreitz/responder +.. |Build Status| image:: https://github.com/kennethreitz/responder/actions/workflows/test.yaml/badge.svg + :target: https://github.com/kennethreitz/responder/actions/workflows/test.yaml .. |image1| image:: https://img.shields.io/pypi/v/responder.svg :target: https://pypi.org/project/responder/ .. |image2| image:: https://img.shields.io/pypi/l/responder.svg @@ -83,7 +83,7 @@ Testimonials .. _Django REST Framework: https://www.django-rest-framework.org/ -.. _Two Scoops of Django: https://www.twoscoopspress.com/products/two-scoops-of-django-1-11 +.. _Two Scoops of Django: https://www.feldroy.com/two-scoops-press#two-scoops-of-django User Guides ----------- diff --git a/docs/source/tour.rst b/docs/source/tour.rst index 9c16ede..256e7bf 100644 --- a/docs/source/tour.rst +++ b/docs/source/tour.rst @@ -283,7 +283,7 @@ Supported directives: * ``secure`` - Defaults to ``False``. * ``httponly`` - Defaults to ``True``. -For more information see `directives `_ +For more information see `directives `_ Using Cookie-Based Sessions