mosra / m.css

A no-nonsense, no-JavaScript CSS framework, site and documentation theme for content-oriented websites
https://mcss.mosra.cz
MIT License
399 stars 88 forks source link

documentation: Use https links instead of git links. #229

Closed typesanitizer closed 2 years ago

typesanitizer commented 2 years ago

GitHub no longer supports git:// links. Trying to following the clone instructions leads to an error:

The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

codecov[bot] commented 2 years ago

Codecov Report

Merging #229 (419e1b6) into master (6f5c7d5) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #229   +/-   ##
=======================================
  Coverage   98.15%   98.15%           
=======================================
  Files          27       27           
  Lines        6951     6951           
  Branches       49       49           
=======================================
  Hits         6823     6823           
  Misses        128      128           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6f5c7d5...419e1b6. Read the comment docs.

mosra commented 2 years ago

Ah yes, thank you :+1: Did the update in all my other projects but forgot about this one.