Skip to content

Commit 77e3d7f

Browse files
committed
readme: fix coveralls badge
Also update the URL for the GitHub Actions badge.
1 parent e3eeea3 commit 77e3d7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FORM
22
====
33

4-
[![Test](https://github.com/vermaseren/form/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/vermaseren/form/actions?query=branch%3Amaster)
5-
[![Coverage Status](https://coveralls.io/repos/github/vermaseren/form/badge.svg?branch=master)](https://coveralls.io/github/vermaseren/form?branch=master)
4+
[![Test](https://github.com/form-dev/form/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/form-dev/form/actions/workflows/test.yml)
5+
[![Coverage Status](https://coveralls.io/repos/github/form-dev/form/badge.svg?branch=master)](https://coveralls.io/github/form-dev/form?branch=master)
66

77
FORM is a Symbolic Manipulation System. It reads symbolic expressions from files and executes symbolic/algebraic transformations upon them. The answers are returned in a textual mathematical representation. As its landmark feature, the size of the considered expressions in FORM is only limited by the available disk space and not by the available RAM. FORM has been essential for many state-of-the-art computations in High Energy Physics.
88

0 commit comments

Comments
 (0)