Skip to content

Commit 7e5218e

Browse files
committed
Update links
1 parent 4d4500f commit 7e5218e

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/website-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
pipx install linkchecker
2525
- name: Analysing the links of the website
2626
run: |
27-
linkchecker index.html
27+
linkchecker --check-extern index.html

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ SPDX-License-Identifier: MIT
1414

1515
See <https://ddc.mdls.fr/>
1616

17-
[DDC](https://ddc.mdls.fr/), is a C++-17 library that aims to offer to the C++/MPI world an equivalent to the [`xarray.DataArray`](https://xarray.pydata.org/en/stable/generated/xarray.DataArray.html)/[`dask.Array`](https://docs.dask.org/en/stable/array.html) python environment.
18-
Where these two libraries are based on [numpy](https://numpy.org/), DDC relies on [Kokkos](https://github.com/kokkos/kokkos) and [mdspan](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p0009r10.html) to offer CPU/GPU performance-portable multi-dimensional arrays and iterators.
17+
[DDC](https://ddc.mdls.fr/), is a C++-17 library that aims to offer to the C++/MPI world an equivalent to the [`xarray.DataArray`](https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html)/[`dask.Array`](https://docs.dask.org/en/stable/array.html) python environment.
18+
Where these two libraries are based on [numpy](https://numpy.org/), DDC relies on [Kokkos](https://github.com/kokkos/kokkos) and [mdspan](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p0009r10.html) to offer CPU/GPU performance-portable multi-dimensional arrays and iterators.
1919

2020
DDC aims to offer abstractions to represent:
2121

@@ -31,7 +31,7 @@ All these abstractions are handled at compilation using C++ template meta-progra
3131

3232
If you like the project, please leave us a github star.
3333

34-
If you want to know more, join un on [Slack](https://join.slack.com/t/ddc-lib/shared_invite/zt-14b6rjcrn-AwSfM6_arEamAKk_VgQPhg)
34+
If you want to know more, join un on [Slack](https://ddc-lib.slack.com/join/shared_invite/zt-33v61oiip-UHnWCavFC0cmff5a94HYwQ)
3535

3636
## Prerequisites
3737

docker/latest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
FROM ubuntu:noble
66

7-
LABEL "org.opencontainers.image.source"="https://github.com/Maison-de-la-Simulation/ddc"
7+
LABEL "org.opencontainers.image.source"="https://github.com/CExA-project/ddc"
88

99
ARG BACKEND
1010
ARG AMDGPU_VERSION=6.2.1

docker/oldest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
FROM ubuntu:jammy
66

7-
LABEL "org.opencontainers.image.source"="https://github.com/Maison-de-la-Simulation/ddc"
7+
LABEL "org.opencontainers.image.source"="https://github.com/CExA-project/ddc"
88

99
ARG BACKEND
1010
ARG AMDGPU_VERSION=5.7.3

docs/About.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ SPDX-License-Identifier: MIT
77

88
%DDC is the discrete domain computation library, a C++-17 library that aims to offer to the C++/MPI
99
world an equivalent to the
10-
[`xarray.DataArray`](https://xarray.pydata.org/en/stable/generated/xarray.DataArray.html)/[`dask.Array`](https://docs.dask.org/en/stable/array.html)
10+
[`xarray.DataArray`](https://docs.xarray.dev/en/stable/generated/xarray.DataArray.html)/[`dask.Array`](https://docs.dask.org/en/stable/array.html)
1111
python environment.
1212
Where these two libraries are based on [numpy](https://numpy.org/), DDC relies on
1313
[Kokkos](https://github.com/kokkos/kokkos) and
14-
[mdspan](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p0009r10.html) to offer
14+
[mdspan](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p0009r10.html) to offer
1515
CPU/GPU performance-portable multi-dimensional arrays and iterators.
1616

1717
DDC aims to offer abstractions to represent:
@@ -30,11 +30,11 @@ mesh to a non-uniform one) with performance portability.
3030

3131
* First, you should \ref first_steps "have a look at our commented example / tutorial".
3232
* To know more, you can [delve in the reference documentation](annotated.html).
33-
* [Use the source, Luke](https://github.com/Maison-de-la-Simulation/ddc).
34-
* [You should definitely come see us on Slack](https://join.slack.com/t/ddc-lib/shared_invite/zt-14b6rjcrn-AwSfM6_arEamAKk_VgQPhg).
33+
* [Use the source, Luke](https://github.com/CExA-project/ddc).
34+
* [You should definitely come see us on Slack](https://ddc-lib.slack.com/join/shared_invite/zt-33v61oiip-UHnWCavFC0cmff5a94HYwQ).
3535

3636
## Join us
3737

3838
If you like the project,
39-
[leave us a ⭐star⭐ on Github](https://github.com/Maison-de-la-Simulation/ddc).
40-
And of course, we would love to talk with you on our [Slack channel ![Slack](slack.png) https://ddc-lib.slack.com/](https://join.slack.com/t/ddc-lib/shared_invite/zt-14b6rjcrn-AwSfM6_arEamAKk_VgQPhg).
39+
[leave us a ⭐star⭐ on Github](https://github.com/CExA-project/ddc).
40+
And of course, we would love to talk with you on our [Slack channel ![Slack](slack.png) https://ddc-lib.slack.com/](https://ddc-lib.slack.com/join/shared_invite/zt-33v61oiip-UHnWCavFC0cmff5a94HYwQ).

include/ddc/kernels/splines/spline_boundary_conditions.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
namespace ddc {
1212

1313
/** @brief An enum representing a spline boundary condition. Please refer to
14-
* Emily Bourne's thesis (https://www.theses.fr/2022AIXM0412.pdf)
14+
* Emily Bourne's thesis (https://theses.fr/2022AIXM0412.pdf)
1515
*/
1616
enum class BoundCond {
1717
PERIODIC, ///< Periodic boundary condition u(1)=u(n)

0 commit comments

Comments
 (0)