Skip to content

Commit 85d479e

Browse files
authored
docs(readme): fix repo owner in badge and usage example (#43)
1 parent 3332ec5 commit 85d479e

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,6 +1,6 @@
11
# Setup Fortran
22

3-
[![Test](https://github.com/awvwgk/setup-fortran/actions/workflows/test.yml/badge.svg)](https://github.com/awvwgk/setup-fortran/actions/workflows/test.yml)
3+
[![Test](https://github.com/fortran-lang/setup-fortran/actions/workflows/test.yml/badge.svg)](https://github.com/fortran-lang/setup-fortran/actions/workflows/test.yml)
44
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
55
[![GitHub tag](https://img.shields.io/github/tag/fortran-lang/setup-fortran.svg)](https://github.com/fortran-lang/setup-fortran/tags/latest)
66

@@ -44,7 +44,7 @@ jobs:
4444
toolchain: {compiler: intel-classic, version: '2021.10'}
4545

4646
steps:
47-
- uses: awvwgk/setup-fortran@v1
47+
- uses: fortran-lang/setup-fortran@v1
4848
id: setup-fortran
4949
with:
5050
compiler: ${{ matrix.toolchain.compiler }}

0 commit comments

Comments
 (0)