From cccc65181422095b36b188e1546be759370e7794 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Tue, 1 Sep 2020 08:50:56 +0200 Subject: [PATCH 1/2] Readme: Link the spec --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee06b2d..c7fbc96 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) [![Build Status](https://img.shields.io/travis/dnoegel/php-xdg-base-dir/master.svg?style=flat-square)](https://travis-ci.org/dnoegel/php-xdg-base-dir) -Implementation of XDG Base Directory specification for php +Implementation of [XDG Base Directory specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.6.html) for php ## Install From 449d4fb942eb20c173edbafac10103f0ef08fbfe Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Tue, 1 Sep 2020 20:53:50 +0200 Subject: [PATCH 2/2] Link latest version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7fbc96..587e321 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) [![Build Status](https://img.shields.io/travis/dnoegel/php-xdg-base-dir/master.svg?style=flat-square)](https://travis-ci.org/dnoegel/php-xdg-base-dir) -Implementation of [XDG Base Directory specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.6.html) for php +Implementation of [XDG Base Directory specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) for php ## Install