Skip to content

Commit 72f508d

Browse files
committed
fix link, stronger CI
1 parent d9814f1 commit 72f508d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ x = solve!(comp_model; stepping=(nsteps=5, maxbisec=5), post=post_model)
129129

130130
## HyperFEM Gallery
131131

132-
![img](https://github-does-not-exist.com/MultiSimOLab/HyperFEM.jl/raw/main/docs/img/sims__.png)
132+
![img](https://github.com/MultiSimOLab/HyperFEM.jl/raw/main/docs/img/sims.png)
133133

134134

135135

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ makedocs(
3333
canonical = "https://MultiSimOLab.github.io/HyperFEM.jl",
3434
),
3535
checkdocs = :none,
36-
warnonly = true,
36+
warnonly = false,
3737
linkcheck = true,
3838
linkcheck_ignore = [r"^mailto:"],
3939
)

0 commit comments

Comments
 (0)