19710: Fix broken Redmine links throughout. 19710-fix-redmine-links
authorBrett Smith <brett.smith@curii.com>
Tue, 8 Nov 2022 14:34:42 +0000 (09:34 -0500)
committerBrett Smith <brett.smith@curii.com>
Tue, 8 Nov 2022 14:51:54 +0000 (09:51 -0500)
commit5b8f61eb57fc511b4110bb28c627f5761ecf349e
tree9e7335182b3a48541dd4c9aa5b2fc92f0a5c5b3a
parente2149a153e3432c24320b7574934a5f1f4040df7
19710: Fix broken Redmine links throughout.

There's a handful of Redmine links throughout the source code that still
use arvados.org as their host part. None of the links work after the site
reorganization. I found them all by running:

    git grep -F /arvados.org/projects/

This commit fixes all these links. Most were fixed by simply updating
the host part to dev.arvados.org. The "Introduction to Arvados" wiki
page now redirects you to the front page of arvados.org, so I updated
that link to match. I confirmed by hand they all work now.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
apps/workbench/app/helpers/version_helper.rb
apps/workbench/app/views/users/_tables.html.erb
apps/workbench/test/integration/report_issue_test.rb
build/run-tests.sh
sdk/python/README.rst
sdk/ruby/lib/arvados/keep.rb
services/fuse/README.rst