Skip to content

Commit 5a3d517

Browse files
authored
Update README.md
1 parent cc8e641 commit 5a3d517

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://Albatross-Kite-Transport.github.io/VortexStepMethod.jl/stable)
2-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://Albatross-Kite-Transport.github.io/VortexStepMethod.jl/dev)
3-
[![Build Status](https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl/actions/workflows/CI.yml?query=branch%3Amain)
4-
[![Coverage](https://codecov.io/gh/Albatross-Kite-Transport/VortexStepMethod.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/Albatross-Kite-Transport/VortexStepMethod.jl)
1+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://OpenSourceAWE.github.io/VortexStepMethod.jl/stable)
2+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://OpenSourceAWE.github.io/VortexStepMethod.jl/dev)
3+
[![Build Status](https://github.com/OpenSourceAWE/VortexStepMethod.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/OpenSourceAWE/VortexStepMethod.jl/actions/workflows/CI.yml?query=branch%3Amain)
4+
[![Coverage](https://codecov.io/gh/OpenSourceAWE/VortexStepMethod.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/OpenSourceAWE/VortexStepMethod.jl)
55
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
66

77

@@ -12,7 +12,7 @@ VSM is further refined by coupling it with 2D viscous airfoil polars, making it
1212

1313
The software presented here includes a couple of examples: a rectangular wing, a leading-edge inflatable kite and a ram-air kite.
1414

15-
This package was translated from the Python code version 1.0.0 available at https://github.com/ocayon/Vortex-Step-Method with some extensions as documented in [News.md](https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl/blob/main/NEWS.md).
15+
This package was translated from the Python code version 1.0.0 available at https://github.com/ocayon/Vortex-Step-Method with some extensions as documented in [News.md](https://github.com/OpenSourceAWE/VortexStepMethod.jl/blob/main/NEWS.md).
1616

1717
## Installation
1818
Install [Julia 1.10](https://ufechner7.github.io/2024/08/09/installing-julia-with-juliaup.html) or later,
@@ -52,7 +52,7 @@ If you have git installed, check out this repo because it makes it easier to und
5252
```bash
5353
mkdir repos
5454
cd repos
55-
git clone https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl
55+
git clone https://github.com/OpenSourceAWE/VortexStepMethod.jl
5656
cd VortexStepMethod.jl
5757
```
5858
You can launch Julia with:
@@ -135,11 +135,11 @@ Surfplan files can be converted to an input for `VortexStepMethod.jl` using the
135135

136136
In addition, the spanwise distribution of these and additional values are available.
137137

138-
See also the [documentation](https://albatross-kite-transport.github.io/VortexStepMethod.jl/dev/).
138+
See also the [documentation](https://OpenSourceAWE.github.io/VortexStepMethod.jl/dev/).
139139

140140
## Citation
141141
If you use this project in your research, please consider citing it.
142-
Citation details can be found in the [CITATION.cff](https://github.com/Albatross-Kite-Transport/VortexStepMethod.jl/blob/main/CITATION.cff) file included in this repository.
142+
Citation details can be found in the [CITATION.cff](https://github.com/OpenSourceAWE/VortexStepMethod.jl/blob/main/CITATION.cff) file included in this repository.
143143

144144
## License
145145
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)