We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b551785 commit 4a33e79Copy full SHA for 4a33e79
public_html/launch.php
@@ -5,7 +5,7 @@
5
$mainpage_container = false;
6
$error_msgs = [];
7
// Get available pipelines / releases
8
-$pipelines_json = json_decode(file_get_contents('pipelines.json'));
+$pipelines_json = json_decode(file_get_contents('https://nf-co.re/pipelines.json'));
9
$pipelines = [];
10
foreach ($pipelines_json->remote_workflows as $wf) {
11
if ($wf->archived) {
0 commit comments