From e0ed1c94830b64527e191d726cef8c6150f8f447 Mon Sep 17 00:00:00 2001 From: David Osumi-Sutherland Date: Fri, 15 Nov 2024 12:20:15 +0000 Subject: [PATCH 1/2] Update cl.yml Adding images folder redirect. This will be used for PURLs to images store on the CL repo for linking to CL terms. --- config/cl.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/cl.yml b/config/cl.yml index 59673218..f35f7115 100644 --- a/config/cl.yml +++ b/config/cl.yml @@ -98,6 +98,9 @@ entries: - from: /releases/2023-01-09/cl.obo to: https://github.com/obophenotype/cell-ontology/releases/download/v2023-01-09/cl.obo +- prefix: /images/ + replacement: https://github.com/obophenotype/cell-ontology/tree/master/images/ + - prefix: /tracker/ replacement: https://code.google.com/p/cell-ontology/issues/detail?id= From 85f15c0f958223359d5937a15d9fd63c7e4fa6c9 Mon Sep 17 00:00:00 2001 From: David Osumi-Sutherland Date: Fri, 15 Nov 2024 15:15:04 +0000 Subject: [PATCH 2/2] Update cl.yml Fixed link to raw --- config/cl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cl.yml b/config/cl.yml index f35f7115..dd8064d0 100644 --- a/config/cl.yml +++ b/config/cl.yml @@ -99,7 +99,7 @@ entries: to: https://github.com/obophenotype/cell-ontology/releases/download/v2023-01-09/cl.obo - prefix: /images/ - replacement: https://github.com/obophenotype/cell-ontology/tree/master/images/ + replacement: https://raw.githubusercontent.com/obophenotype/cell-ontology/master/images/ - prefix: /tracker/ replacement: https://code.google.com/p/cell-ontology/issues/detail?id=