wbond / packagecontrol.io

The Package Control website
https://packagecontrol.io
Other
111 stars 46 forks source link

shields.io badges in readme are not working #79

Closed gerardroche closed 6 years ago

gerardroche commented 8 years ago

Where a readme contains:

[![Author](https://img.shields.io/badge/author-@gerardroche-blue.svg?style=flat)](https://twitter.com/gerardroche)
[![Source Code](https://img.shields.io/badge/source-GitHub-blue.svg?style=flat)](https://github.com/gerardroche/sublime-open-sesame)
[![License](https://img.shields.io/badge/license-BSD--3-blue.svg?style=flat)](https://raw.githubusercontent.com/gerardroche/sublime-open-sesame/master/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/gerardroche/sublime-open-sesame.svg?style=flat)](https://github.com/gerardroche/sublime-open-sesame/stargazers)

[![Sublime version](https://img.shields.io/badge/sublime-v3-lightgrey.svg?style=flat)](https://sublimetext.com)
[![Latest version](https://img.shields.io/github/tag/gerardroche/sublime-open-sesame.svg?label=release&style=flat&maxAge=2592000)](https://github.com/gerardroche/sublime-open-sesame/tags)
[![Downloads](https://img.shields.io/packagecontrol/dt/open-sesame.svg?style=flat&maxAge=2592000)](https://packagecontrol.io/packages/open-sesame)

packagecontrol.io is creating html with blank links:

<p><a href="https://twitter.com/gerardroche"></a>
<a href="https://github.com/gerardroche/sublime-open-sesame"></a>
<a href="https://raw.githubusercontent.com/gerardroche/sublime-open-sesame/master/LICENSE"></a>
<a href="https://github.com/gerardroche/sublime-open-sesame/stargazers"></a></p>

<p><a href="https://sublimetext.com"></a>
<a href="https://github.com/gerardroche/sublime-open-sesame/tags"></a>
<a href="https://packagecontrol.io/packages/open-sesame"></a></p>

Whereas GitHub creates:


<p><a href="https://twitter.com/gerardroche"><img src="https://camo.githubusercontent.com/ddf1184b84011142702c6f603927049bce1c6397/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d40676572617264726f6368652d626c75652e7376673f7374796c653d666c6174" alt="Author" data-canonical-src="https://img.shields.io/badge/author-@gerardroche-blue.svg?style=flat" style="max-width:100%;"></a>
<a href="https://github.com/gerardroche/sublime-open-sesame"><img src="https://camo.githubusercontent.com/7790ba7b8af91852f4047e6155efd633dbc39aa1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d4769744875622d626c75652e7376673f7374796c653d666c6174" alt="Source Code" data-canonical-src="https://img.shields.io/badge/source-GitHub-blue.svg?style=flat" style="max-width:100%;"></a>
<a href="https://raw.githubusercontent.com/gerardroche/sublime-open-sesame/master/LICENSE"><img src="https://camo.githubusercontent.com/98cc83c59ba451138fa324f69052e387ae3f88d5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4253442d2d332d626c75652e7376673f7374796c653d666c6174" alt="License" data-canonical-src="https://img.shields.io/badge/license-BSD--3-blue.svg?style=flat" style="max-width:100%;"></a>
<a href="https://github.com/gerardroche/sublime-open-sesame/stargazers"><img src="https://camo.githubusercontent.com/5ca0188de00f2f69299976657e37ff8664fbd30f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f676572617264726f6368652f7375626c696d652d6f70656e2d736573616d652e7376673f7374796c653d666c6174" alt="GitHub stars" data-canonical-src="https://img.shields.io/github/stars/gerardroche/sublime-open-sesame.svg?style=flat" style="max-width:100%;"></a></p>

<p><a href="https://sublimetext.com"><img src="https://camo.githubusercontent.com/65a601613fa7430f2f1b65a34c9e9d02b4d32690/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7375626c696d652d76332d6c69676874677265792e7376673f7374796c653d666c6174" alt="Sublime version" data-canonical-src="https://img.shields.io/badge/sublime-v3-lightgrey.svg?style=flat" style="max-width:100%;"></a>
<a href="https://github.com/gerardroche/sublime-open-sesame/tags"><img src="https://camo.githubusercontent.com/215ccce847b244e671ced794de42f9c7f27dbf9b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f676572617264726f6368652f7375626c696d652d6f70656e2d736573616d652e7376673f6c6162656c3d72656c65617365267374796c653d666c6174266d61784167653d32353932303030" alt="Latest version" data-canonical-src="https://img.shields.io/github/tag/gerardroche/sublime-open-sesame.svg?label=release&amp;style=flat&amp;maxAge=2592000" style="max-width:100%;"></a>
<a href="https://packagecontrol.io/packages/open-sesame"><img src="https://camo.githubusercontent.com/0c6b70f13b928910f60243d7cac12edeaf40525e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b616765636f6e74726f6c2f64742f6f70656e2d736573616d652e7376673f7374796c653d666c6174266d61784167653d32353932303030" alt="Downloads" data-canonical-src="https://img.shields.io/packagecontrol/dt/open-sesame.svg?style=flat&amp;maxAge=2592000" style="max-width:100%;"></a></p>

Example: https://packagecontrol.io/packages/open-sesame

gerardroche commented 6 years ago

Looks like this has been fixed :+1:

kopax commented 6 years ago

I have this error too. Is it happening again ?

michelebombardi commented 6 years ago

I have this error too.