Skip to content

Commit 8e02a01

Browse files
authored
fixed link to the URI repo (#145)
1 parent b0f4ec5 commit 8e02a01

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h3 class="font-semibold tracking-tight text-slate-900">Packages</h3>
212212
<div class="font-black text-xl">License package</div>
213213

214214
<p class="font-mono text-sm tracking-tighter">
215-
<a href="https://github.com/thephpleague/csv/blob/master/LICENSE" target="_blank" class="transition-all hover-text underline">
215+
<a href="https://github.com/thephpleague/uri/blob/master/LICENSE" target="_blank" class="transition-all hover-text underline">
216216
The MIT License (MIT)
217217
</a>
218218
</p>

docs/_layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h3 class="font-bold text-xl text-uri-dark uppercase">
239239
<div class="font-black text-xl">License package</div>
240240

241241
<p class="font-mono text-sm tracking-tighter">
242-
<a href="https://github.com/thephpleague/csv/blob/master/LICENSE" target="_blank" class="transition-all hover-text underline">
242+
<a href="https://github.com/thephpleague/uri/blob/master/LICENSE" target="_blank" class="transition-all hover-text underline">
243243
The MIT License (MIT)
244244
</a>
245245
</p>

docs/_layouts/redirect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h1>Redirecting…</h1>
125125
<div class="font-black text-xl">License package</div>
126126

127127
<p class="font-mono text-sm tracking-tighter">
128-
<a href="https://github.com/thephpleague/csv/blob/master/LICENSE" target="_blank" class="transition-all hover-text underline">
128+
<a href="https://github.com/thephpleague/uri/blob/master/LICENSE" target="_blank" class="transition-all hover-text underline">
129129
The MIT License (MIT)
130130
</a>
131131
</p>

docs/uri/4.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Uri
1010
[![Latest Stable Version](//img.shields.io/github/release/thephpleague/uri.svg?style=flat-square)](https://packagist.org/packages/league/uri)
1111
[![Software License](//img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)<br>
1212
[![Build Status](//img.shields.io/travis/thephpleague/uri/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/uri)
13-
[![Code Coverage](//img.shields.io/scrutinizer/coverage/g/thephpleague/csv.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/uri/?branch=master)
13+
[![Code Coverage](//img.shields.io/scrutinizer/coverage/g/thephpleague/uri.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/uri/?branch=master)
1414
[![Quality Score](//img.shields.io/scrutinizer/g/thephpleague/uri.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/uri)
1515
[![Total Downloads](//img.shields.io/packagist/dt/league/uri.svg?style=flat-square)](https://packagist.org/packages/league/uri)
1616

0 commit comments

Comments
 (0)