fiji / fiji.github.io

Fiji website
https://fiji.sc
35 stars 11 forks source link

fiji.sc/awesome should redirect #16

Closed ctrueden closed 2 years ago

ctrueden commented 2 years ago
$ curl -fs https://fiji.sc/awesome/ | grep title
  <title>Index of /awesome</title>
$ curl -fs https://imagej.net/awesome/ | grep '\(title\|<p>\)'
<title>301 Moved Permanently</title>
<p>The document has moved <a href="https://usage.imagej.net/">here</a>.</p>