Skip to content

Commit 14e5fd8

Browse files
committed
GH Pages: fix website after markdown tweaks
* The `license` URL needs to be an absolute URL for it to also work from within the webpage. * The matching of the badges broke due to the reference links. Let's just keep the links for the relevant badges inline to prevent this.
1 parent 73d7792 commit 14e5fd8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.remarkrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"remark-lint-list-item-punctuation",
4141
"remark-lint-match-punctuation",
4242
"remark-lint-no-hr-after-heading",
43-
"remark-lint-are-links-valid-duplicate",
4443
"remark-validate-links"
4544
]
4645
}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<div aria-hidden="true">
44

5-
[![Latest Stable Version](https://img.shields.io/packagist/v/phpcsstandards/phpcsdevtools?label=stable)][phpcsdevtools-packagist]
6-
[![Release Date of the Latest Version](https://img.shields.io/github/release-date/PHPCSStandards/PHPCSDevTools.svg?maxAge=1800)][phpcsdevtools-releases]
5+
[![Latest Stable Version](https://img.shields.io/packagist/v/phpcsstandards/phpcsdevtools?label=stable)](https://packagist.org/packages/phpcsstandards/phpcsdevtools)
6+
[![Release Date of the Latest Version](https://img.shields.io/github/release-date/PHPCSStandards/PHPCSDevTools.svg?maxAge=1800)](https://github.com/PHPCSStandards/PHPCSDevTools/releases)
77
[![Changelog](https://img.shields.io/github/v/release/PHPCSStandards/PHPCSDevTools?label=Changelog&sort=semver)](https://github.com/PHPCSStandards/PHPCSDevTools/blob/stable/CHANGELOG.md)
88
:construction:
99
[![Latest Unstable Version](https://img.shields.io/badge/unstable-dev--develop-e68718.svg?maxAge=2419200)](https://packagist.org/packages/phpcsstandards/phpcsdevtools#dev-develop)
@@ -234,7 +234,7 @@ If unsure whether the changes you are proposing would be welcome, open an issue
234234

235235
## License
236236

237-
This code is released under the [GNU Lesser General Public License (LGPLv3)](LICENSE).
237+
This code is released under the [GNU Lesser General Public License (LGPLv3)](https://github.com/PHPCSStandards/PHPCSDevTools/LICENSE).
238238

239239

240240
[phpcsdevtools-packagist]: https://packagist.org/packages/phpcsstandards/phpcsdevtools

0 commit comments

Comments
 (0)