]> gitweb.factorcode.org Git - factor.git/blobdiff - core/bootstrap/stage1.factor
Add vocab: for vocab-relative paths
[factor.git] / core / bootstrap / stage1.factor
index 9a40796bda48600dd80497d6a691bf5c080a9f8e..1da2dfee59c36bd363479685456c124c0f40a35e 100644 (file)
@@ -9,7 +9,7 @@ IN: bootstrap.stage1
 
 "Bootstrap stage 1..." print flush
 
-"resource:core/bootstrap/primitives.factor" run-file
+"vocab:bootstrap/primitives.factor" run-file
 
 load-help? off
 { "resource:core" } vocab-roots set
@@ -40,7 +40,7 @@ load-help? off
     "bootstrap.layouts" require
 
     [
-        "resource:basis/bootstrap/stage2.factor"
+        "vocab:bootstrap/stage2.factor"
         dup exists? [
             run-file
         ] [