Skip to content

Commit

Permalink
Skip some links in html-proofer
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Jul 18, 2024
1 parent 2408a05 commit abbe5a9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 1,843 deletions.
10 changes: 10 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,15 @@ task :test do
sh "bundle exec jekyll build"
HTMLProofer.check_directory('_site/', {
assume_extension: ['.html'],
ignore_urls: [
# These urls lead to some errors in html-proofer and were manually checked to be valid
'https://qcomp.org/benchmarks/index.html#crowds',
'https://qcomp.org/benchmarks/index.html#jobs',
'http://fizzed.com/oss/font-mfizz',
'https://cavconference.org/2017/accepted-papers',
'https://www.cse.msu.edu/~cse870/Materials/FaultTolerant/manual-galileo.htm#Editing%20in%20the%20Textual%20View',
'https://getfem.org/gmm.html',
'https://tempest-synthesis.org',
],
}).run
end
2 changes: 1 addition & 1 deletion _posts/2017-04-13-cav.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2017-04-13 00:01:00 +0200
tags: ['publication']
---

We are delighted that a tool-paper describing Storm has been accepted for presentation at [Computer Aided Verification 2017](https://cavconference.org/2017/accepted-papers/) in Heidelberg, Germany.
We are delighted that a tool-paper describing Storm has been accepted for presentation at [Computer Aided Verification 2017](https://cavconference.org/2017/accepted-papers) in Heidelberg, Germany.

<!--more-->

Expand Down
Loading

0 comments on commit abbe5a9

Please sign in to comment.