Skip to content

Commit 1ecc53a

Browse files
committed
Fix urls after org change
1 parent 3602086 commit 1ecc53a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ This package provides easy access to PETSc solvers in sequential and parallel Ju
55

66
| **Documentation** |
77
|:------------ |
8-
| [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://fverdugo.github.io/PetscCall.jl/stable/) |
9-
| [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://fverdugo.github.io/PetscCall.jl/dev/) |
8+
| [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://PartitionedArrays.github.io/PetscCall.jl/stable/) |
9+
| [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://PartitionedArrays.github.io/PetscCall.jl/dev/) |
1010
|**Build Status** |
11-
[![Build Status](https://github.com/fverdugo/PetscCall.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/fverdugo/PetscCall.jl/actions/workflows/CI.yml?query=branch%3Amain) |
11+
[![Build Status](https://github.com/PartitionedArrays/PetscCall.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/PartitionedArrays/PetscCall.jl/actions/workflows/CI.yml?query=branch%3Amain) |
1212
|**Coverage** |
13-
| [![Coverage](https://codecov.io/gh/fverdugo/PetscCall.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/fverdugo/PetscCall.jl) |
13+
| [![Coverage](https://codecov.io/gh/PartitionedArrays/PetscCall.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/PartitionedArrays/PetscCall.jl) |
1414

1515
## Documentation
1616

17-
- [**STABLE**](https://fverdugo.github.io/PetscCall.jl/stable) — **Documentation for the most recently tagged version.**
18-
- [**LATEST**](https://fverdugo.github.io/PetscCall.jl/dev) — *Documentation for the in-development version.*
17+
- [**STABLE**](https://PartitionedArrays.github.io/PetscCall.jl/stable) — **Documentation for the most recently tagged version.**
18+
- [**LATEST**](https://PartitionedArrays.github.io/PetscCall.jl/dev) — *Documentation for the in-development version.*
1919

2020
## Help and discussion
2121

22-
- You can open a new discussion to ask questions [here](https://github.com/fverdugo/PetscCall.jl/discussions).
23-
- If you have found a bug, open an issue [here](https://github.com/fverdugo/PetscCall.jl/issues). Do not forget to include a (minimal) reproducer.
22+
- You can open a new discussion to ask questions [here](https://github.com/PartitionedArrays/PetscCall.jl/discussions).
23+
- If you have found a bug, open an issue [here](https://github.com/PartitionedArrays/PetscCall.jl/issues). Do not forget to include a (minimal) reproducer.
2424

2525
## Contributing
2626

2727
This package is under active development and there are several ways to contribute:
2828

2929
- by enhancing the documentation (e.g., fixing typos, enhancing doc strings, adding examples).
30-
- by addressing one of the [issues waiting for help](https://github.com/fverdugo/PetscCall.jl/labels/help%20wanted).
30+
- by addressing one of the [issues waiting for help](https://github.com/PartitionedArrays/PetscCall.jl/labels/help%20wanted).
3131
- by adding more tests to increase the code coverage.
32-
- by extending the current functionality. In this case, open a discussion [here](https://github.com/fverdugo/PetscCall.jl/discussions) to coordinate with the package maintainers before proposing significant changes.
32+
- by extending the current functionality. In this case, open a discussion [here](https://github.com/PartitionedArrays/PetscCall.jl/discussions) to coordinate with the package maintainers before proposing significant changes.

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makedocs(;
88
sitename="PetscCall.jl",
99
format=Documenter.HTML(;
1010
prettyurls=get(ENV, "CI", "false") == "true",
11-
canonical="https://fverdugo.github.io/PetscCall.jl",
11+
canonical="https://PartitionedArrays.github.io/PetscCall.jl",
1212
edit_link="main",
1313
assets=String[],
1414
),
@@ -22,6 +22,6 @@ makedocs(;
2222
)
2323

2424
deploydocs(;
25-
repo="github.com/fverdugo/PetscCall.jl",
25+
repo="github.com/PartitionedArrays/PetscCall.jl",
2626
devbranch="main",
2727
)

0 commit comments

Comments
 (0)