1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
6 # Get the source_version given in the API server's discovery
9 arvados_api_client.discovery[:source_version]
12 # URL for browsing source code for the given version.
13 def version_link_target version
14 "https://arvados.org/projects/arvados/repository/changes?rev=#{version.sub(/-.*/, "")}"