Skip to content

Commit cb41dea

Browse files
committed
fix some docs deploy links
1 parent afb47e3 commit cb41dea

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ makedocs(
4141

4242
if get(ENV, "CI", nothing) == "true"
4343
deploydocs(
44-
repo = "github.com/mohamed82008/TopOpt.jl.git",
44+
repo = "github.com/JuliaTopOpt/TopOpt.jl.git",
4545
push_preview=true,
4646
)
4747
end

docs/src/index.md

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

99
`TopOpt` is still under development. If you find a bug, or have
1010
ideas for improvements, feel free to open an issue or make a
11-
pull request on the [`TopOpt` GitHub page](https://github.com/mohamed82008/TopOpt.jl).
11+
pull request on the [`TopOpt` GitHub page](https://github.com/JuliaTopOpt/TopOpt.jl).
1212

1313
## Installation
1414

docs/src/reference/TopOptProblems.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ LGrid
7171
Currently, `TopOpt` uses [`Ferrite.jl`](https://github.com/KristofferC/Ferrite.jl) for FEA-related modeling.
7272
This means that all the problems above are described in the language and types of `Ferrite`.
7373

74-
We used to use a [forked version](https://github.com/mohamed82008/Ferrite.jl) of `Ferrite.jl`
75-
for GPU support but the main package should also work on the CPU. Currently, these features are disabled.
76-
7774
## Matrices and vectors
7875

7976
### `ElementFEAInfo`

0 commit comments

Comments
 (0)