Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit bce435a

Browse files
authored
Merge pull request #1334 from Kleidukos/change-ci-badge
Change the CI badge to GH Actions
2 parents a40159d + a72bbad commit bce435a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Haddock [![CI][CI badge]][CI page] [![Hackage][Hackage badge]][Hackage page]
1+
# Haddock ![CI][CI] [![Hackage][Hackage badge]][Hackage page]
22

33
Haddock is the standard tool for generating documentation from Haskell code.
44
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
2525
project.
2626

2727

28-
[CI page]: https://travis-ci.org/haskell/haddock
29-
[CI badge]: https://travis-ci.org/haskell/haddock.svg?branch=ghc-8.10
28+
[CI]: https://github.com/haskell/haddock/workflows/CI/badge.svg?branch=ghc-9.0
3029
[Hackage page]: https://hackage.haskell.org/package/haddock
3130
[Hackage badge]: https://img.shields.io/hackage/v/haddock.svg
3231
[ReST]: http://www.sphinx-doc.org/en/stable/rest.html

0 commit comments

Comments
 (0)