Skip to content

Commit

Permalink
doc: changing all urls from osrd-project OpenRailAssociation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristramg committed Oct 23, 2024
1 parent a83b3d9 commit e08db13
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.3"
edition = "2021"
description = "Library to manipulate linear referencing systems"
license = "MIT"
homepage = "https://github.com/osrd-project/liblrs/"
homepage = "https://github.com/OpenRailAssociation/liblrs/"

[workspace]
members = ["wasm", "python"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ npm build

### Demonstrator

A simple HTML demonstrator allows to test the data and the functions. It is available online at https://osrd-project.github.io/liblrs/.
A simple HTML demonstrator allows to test the data and the functions. It is available online at https://OpenRailAssociation.github.io/liblrs/.

To run locally:

Expand All @@ -65,7 +65,7 @@ MAPLIBRE_STYLE="https://your_tile_provider/style.json?key=42" npm run serve

The library is also exposed as python bindings and published on [PyPI](https://pypi.org/project/liblrs-python/).

See the dedicated [directory](https://github.com/osrd-project/liblrs/tree/main/python) for more informations.
See the dedicated [directory](https://github.com/OpenRailAssociation/liblrs/tree/main/python) for more informations.


### Data serialization with FlatBuffers
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Python bindings for liblrs: a library to work with linear referen
version = "0.2.3"
edition = "2021"
license = "MIT"
repository = "https://github.com/osrd-project/liblrs/"
repository = "https://github.com/OpenRailAssociation/liblrs/"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LibLRS Python

Expose [liblrs](https://github.com/osrd-project/liblrs/) through [pyO3](https://pyo3.rs).
Expose [liblrs](https://github.com/OpenRailAssociation/liblrs/) through [pyO3](https://pyo3.rs).

## Usage

Expand Down
5 changes: 3 additions & 2 deletions wasm/html_demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
<main>
<div id="sidebar">
<h1>libLRS demonstrator</h1>
<p><a href="https://github.com/osrd-project/liblrs/">libLRS</a>is a library for modeling Linear Reference
<p><a href="https://github.com/OpenRailAssociation/liblrs/">libLRS</a>is a library for modeling Linear
Reference
Systems. Load your data to start testing.</a></p>
<div x-data="$store.lrms">
<div x-show="waiting">
Expand Down Expand Up @@ -94,4 +95,4 @@ <h4>List of anchors (or milestones)</h4>
</main>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"version": "0.2.3",
"repository": {
"type": "git",
"url": "https://github.com/osrd-project/liblrs/"
"url": "https://github.com/OpenRailAssociation/liblrs/"
}
}

0 comments on commit e08db13

Please sign in to comment.