From b30e89ef50e42d792db92908aa32929aa2f0baa7 Mon Sep 17 00:00:00 2001 From: Nyan11 Date: Thu, 26 Oct 2023 15:38:24 +0200 Subject: [PATCH] update baseURL to point on main also --- .../MolGeoDownloadedRessource.class.st | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Molecule-Geographical-Position-Example/MolGeoDownloadedRessource.class.st b/src/Molecule-Geographical-Position-Example/MolGeoDownloadedRessource.class.st index 02a113c..73f625c 100644 --- a/src/Molecule-Geographical-Position-Example/MolGeoDownloadedRessource.class.st +++ b/src/Molecule-Geographical-Position-Example/MolGeoDownloadedRessource.class.st @@ -50,8 +50,7 @@ MolGeoDownloadedRessource class >> ressourcesDirectory [ { #category : #testing } MolGeoDownloadedRessource >> baseUrl [ - ^ 'https://raw.githubusercontent.com/OpenSmock/Molecule-Geographical-Position-Example/Issue_0001/ressources/' - + ^ 'https://github.com/OpenSmock/Molecule-Geographical-Position-Example/raw/main/ressources/' ] { #category : #testing }