Skip to content

Commit

Permalink
Merge pull request #755 from pwalczysko/fix-links
Browse files Browse the repository at this point in the history
Fix links
  • Loading branch information
pwalczysko authored Sep 30, 2024
2 parents ae5a1a4 + 8cc08ad commit 1518f7c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions _posts/2015-07-21-java-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ A recent security vulnerability in Java
- [https://access.redhat.com/security/cve/CVE-2015-4000](https://access.redhat.com/security/cve/CVE-2015-4000)

prompted Oracle to release critical patches for the JDK in versions 6u101,
7u85, and 8u51:

[http://www.oracle.com/technetwork/java/javase/8all-relnotes-2226344.html](http://www.oracle.com/technetwork/java/javase/8all-relnotes-2226344.html)
7u85, and 8u51.

Among the changes in the new JDKs, support has been dropped for some SSL
ciphers which OMERO uses, via the Ice library. This prevents Java clients
Expand Down
2 changes: 1 addition & 1 deletion _posts/2015-07-30-decoupling.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ OMERO, like Hibernate or Spring. This means:

Bio-Formats decoupling comes at some cost, it increases the testing burden
and the complexity of our build system, but delivers important benefits to the
communities that use Bio-Formats such as [ImageJ](http://imagej.nih.gov/ij/),
communities that use Bio-Formats such as [ImageJ](https://imagej.net/ij/),
[Fiji](http://fiji.sc/Fiji), [CellProfiler](http://www.cellprofiler.org/),
[KNIME](https://www.knime.org/), [Icy](http://icy.bioimageanalysis.org/),
[Matlab](http://www.mathworks.com/products/matlab/), and others.
Expand Down
4 changes: 2 additions & 2 deletions _posts/2015-10-15-java-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Linux distributions providing OpenJDK6).

In all cases, it should be possible to download a 1.7 or 1.8 JRE for
your platform from
[Oracle](http://www.oracle.com/technetwork/java/javase/downloads/index.html),
[Oracle](http://www.oracle.com/technetwork/java),
or alternatively install OpenJDK 7 or 8 for supported platforms.

One exception is older and unsupported versions of MacOS X (10.6 and
Expand All @@ -60,7 +60,7 @@ version of ImageJ or Fiji without a bundled JVM.**

### ImageJ bundle users

Users of ImageJ with a bundled JVM may [download a new version](http://imagej.nih.gov/ij/download.html) either using the "platform
Users of ImageJ with a bundled JVM may [download a new version](https://imagej.net/ij/download.html) either using the "platform
independent" version without a bundled JRE, or download the MacOS X or
Windows versions with a bundled Java 8. These are marked as
experimental, but our testing has shown them to be perfectly
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docker pull jekyll/builder:pages
docker run --rm -v $PWD:/srv/jekyll -eJEKYLL_UID=$UID jekyll/builder:pages jekyll build --config _config.yml,_prod.yml
# Report 4xx status codes except 429 errors (Too Many Requests)
# typically sent by GitHub while linkchecking the downloads
docker run --rm -v $(pwd)/_site:/site jekyll/builder:pages /usr/gem/bin/htmlproofer /site --only_4xx --ignore-status-codes "429" --ignore-files "/site/minutes/,/minutes/,/site/2014/,/site/2018/,/site/citing-ome/,/site/teams/,/site/about/" --ignore-urls "/www.icr.ac.uk/,/medium.com/pangeo/,/java.com/en/download/help/java_6.html/,/columbia.edu/,/eurobioimaging.eu/,/github.com/openmicroscopy/openmicroscopy/commit/,/figure.openmicroscopy.org/demo/,/loci.wisc.edu/,/twitter.com/,/monash.edu/,/micronoxford.com/,/upf.edu/,/scientifica.uk.com/,/uk1s3.embassy.ebi.ac.uk/,/biorxiv.org/,/openmicroscopy.org/events/ome-community-meeting-2024/,/meded.hms.harvard.edu/,/loc.gov/,/royalsocietypublishing.org/,/science.1082602/,/www.softwarecollections.org/" --no-enforce-https --allow-missing-href --typhoeus='{"headers" : {"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/91.0.4472.164 Safari/537.36"}}'
docker run --rm -v $(pwd)/_site:/site jekyll/builder:pages /usr/gem/bin/htmlproofer /site --only_4xx --ignore-status-codes "429" --ignore-files "/site/minutes/,/minutes/,/site/2014/,/site/2018/,/site/citing-ome/,/site/teams/,/site/about/" --ignore-urls "/www.icr.ac.uk/,/medium.com/pangeo/,/java.com/en/download/help/java_6.html/,/columbia.edu/,/eurobioimaging.eu/,/github.com/openmicroscopy/openmicroscopy/commit/,/icm-institute.org/wp-content/,/figure.openmicroscopy.org/demo/,/loci.wisc.edu/,/twitter.com/,/biovisioncenter.uzh.ch/,/www.dundee.ac.uk/locations/national-phenotypic-screening-centre-npsc/,/monash.edu/,/micronoxford.com/,/upf.edu/,/scientifica.uk.com/,/uk1s3.embassy.ebi.ac.uk/,/biorxiv.org/,/openmicroscopy.org/events/ome-community-meeting-2024/,/meded.hms.harvard.edu/,/loc.gov/,/royalsocietypublishing.org/,/science.1082602/,/www.softwarecollections.org/" --no-enforce-https --allow-missing-href --typhoeus='{"headers" : {"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Brave Chrome/91.0.4472.164 Safari/537.36"}}'

# Test file existence
echo "Checking Schemas existence"
Expand Down
2 changes: 1 addition & 1 deletion events/omero-users-workshop-paris-march-2020.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<hr class="whitespace">
<div class="row">
<div class="column">
<h2 class="event-day">Organiser: <a href="https://neuroinformatics.icm-institute.org/" target="_blank">ICM - Centre for Neuroinformatics</a> at <a href="https://icm-institute.org/en/" target="_blank">Brain & Spine Institute</a></h2>
<h2 class="event-day">Organiser: <a href="https://neuroinformatics.icm-institute.org/" target="_blank">ICM - Centre for Neuroinformatics</a> at <a href="https://icm-institute.org/" target="_blank">Brain & Spine Institute</a></h2>
</div>
</div>
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion omero/figure/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>How does it work?</h1>
TIFF images or PDF documents, so you can move seamlessly to
other editing tools such as Adobe Illustrator.
</p>
<h5 class="subheader"><a href="http://www.lifesci.dundee.ac.uk/news/2015/mar/4/winner-cls-innovator-year-award-2015-open-microscopy-environment-will-moore-petr"><i class="fa fa-trophy"></i> Winner of CLS Innovator of the Year Award <i class="fa fa-long-arrow-right"></i> Read More</a>
<h5 class="subheader"><i class="fa fa-trophy"></i> Winner of CLS Innovator of the Year Award
</h5>
</div>
</section>
Expand Down

0 comments on commit 1518f7c

Please sign in to comment.