Skip to content

Commit

Permalink
Merge pull request Naereen#58 from Vukkyy/true-fake-site
Browse files Browse the repository at this point in the history
Use invalid TLD for "website down" example
  • Loading branch information
Naereen authored Jun 9, 2022
2 parents d3aa23f + 933b7d1 commit dfcab87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ Worse: [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://u
[![Website cv.lbesson.qc.to](https://img.shields.io/website-up-down-green-red/http/cv.lbesson.qc.to.svg)](http://cv.lbesson.qc.to/)
```

[![Website myfakewebsitethatshouldnotexist.at.least.i.hope](https://img.shields.io/website-up-down-green-red/http/myfakewebsitethatshouldnotexist.at.least.i.hope.svg)](http://myfakewebsitethatshouldnotexist.at.least.i.hope/)
[![Website fakesite.invalid](https://img.shields.io/website-up-down-green-red/http/fakesite.invalid.svg)](http://fakesite.invalid/)
```markdown
[![Website myfakewebsitethatshouldnotexist.at.least.i.hope](https://img.shields.io/website-up-down-green-red/http/myfakewebsitethatshouldnotexist.at.least.i.hope.svg)](http://myfakewebsitethatshouldnotexist.at.least.i.hope/)
[![Website fakesite.invalid](https://img.shields.io/website-up-down-green-red/http/fakesite.invalid.svg)](http://fakesite.invalid/)
```

### Operating system
Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ Worse: |Maintenance not intended|
.. |Website cv.lbesson.qc.to| image:: https://img.shields.io/website-up-down-green-red/http/cv.lbesson.qc.to.svg
:target: http://cv.lbesson.qc.to/
|Website myfakewebsitethatshouldnotexist.at.least.i.hope|
|Website fakesite.invalid|

.. code:: rst
|Website myfakewebsitethatshouldnotexist.at.least.i.hope|
|Website fakesite.invalid|
.. |Website myfakewebsitethatshouldnotexist.at.least.i.hope| image:: https://img.shields.io/website-up-down-green-red/http/myfakewebsitethatshouldnotexist.at.least.i.hope.svg
:target: http://myfakewebsitethatshouldnotexist.at.least.i.hope/
.. |Website fakesite.invalid| image:: https://img.shields.io/website-up-down-green-red/http/fakesite.invalid.svg
:target: http://fakesite.invalid/
--------------

Expand Down Expand Up @@ -1608,8 +1608,8 @@ License ? |GitHub license badges|
:target: http://lbesson.bitbucket.org/
.. |Website cv.lbesson.qc.to| image:: https://img.shields.io/website-up-down-green-red/http/cv.lbesson.qc.to.svg
:target: http://cv.lbesson.qc.to/
.. |Website myfakewebsitethatshouldnotexist.at.least.i.hope| image:: https://img.shields.io/website-up-down-green-red/http/myfakewebsitethatshouldnotexist.at.least.i.hope.svg
:target: http://myfakewebsitethatshouldnotexist.at.least.i.hope/
.. |Website fakesite.invalid| image:: https://img.shields.io/website-up-down-green-red/http/fakesite.invalid.svg
:target: http://fakesite.invalid/
.. |Ask Me Anything !| image:: https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg
:target: https://GitHub.com/Naereen/ama
.. |Demandez moi n'importe quoi !| image:: https://img.shields.io/badge/Demandez%20moi-n'%20importe%20quoi-1abc9c.svg
Expand Down

0 comments on commit dfcab87

Please sign in to comment.