Skip to content
Snippets Groups Projects
Unverified Commit bce435a3 authored by Hécate Moonlight's avatar Hécate Moonlight Committed by GitHub
Browse files

Merge pull request #1334 from Kleidukos/change-ci-badge

Change the CI badge to GH Actions
parents a40159d2 a72bbad0
No related branches found
No related tags found
No related merge requests found
# Haddock [![CI][CI badge]][CI page] [![Hackage][Hackage badge]][Hackage page] # Haddock ![CI][CI] [![Hackage][Hackage badge]][Hackage page]
Haddock is the standard tool for generating documentation from Haskell code. Haddock is the standard tool for generating documentation from Haskell code.
Full documentation about Haddock itself can be found in the `doc/` subdirectory, Full documentation about Haddock itself can be found in the `doc/` subdirectory,
...@@ -25,8 +25,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) to see how to make contributions to the ...@@ -25,8 +25,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) to see how to make contributions to the
project. project.
[CI page]: https://travis-ci.org/haskell/haddock [CI]: https://github.com/haskell/haddock/workflows/CI/badge.svg?branch=ghc-9.0
[CI badge]: https://travis-ci.org/haskell/haddock.svg?branch=ghc-8.10
[Hackage page]: https://hackage.haskell.org/package/haddock [Hackage page]: https://hackage.haskell.org/package/haddock
[Hackage badge]: https://img.shields.io/hackage/v/haddock.svg [Hackage badge]: https://img.shields.io/hackage/v/haddock.svg
[ReST]: http://www.sphinx-doc.org/en/stable/rest.html [ReST]: http://www.sphinx-doc.org/en/stable/rest.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment