]> gitweb.factorcode.org Git - factor-talks.git/blobdiff - hmc-talk/hmc-talk.factor
Remove "talks." namespace.
[factor-talks.git] / hmc-talk / hmc-talk.factor
index 9a225f9f595c89b3628986d3a534877e783b4ec0..18a7e5f274a65286519182bd2ed919742f95d9a7 100644 (file)
@@ -1,6 +1,6 @@
 USING: fry help.markup help.topics kernel locals math
 math.functions memoize peg.ebnf slides ;
-IN: talks.hmc-talk
+IN: hmc-talk
 
 CONSTANT: hmc-slides
 {
@@ -35,14 +35,14 @@ CONSTANT: hmc-slides
 
     { $slide "Words and the stack"
         { $code
-            "\"/usr/local/opt/fortune/share/games/fortunes/science\""
+            "\"/opt/homebrew/share/games/fortunes/science\""
             "ascii file-lines"
             "{ \"%\" } split random"
             "[ print ] each"
         }
         { $code
             ": fortune ( -- )"
-            "    \"/usr/local/opt/fortune/share/games/fortunes/science\""
+            "    \"/opt/homebrew/share/games/fortunes/science\""
             "    ascii file-lines"
             "    { \"%\" } split random"
             "    [ print ] each ;"
@@ -253,7 +253,7 @@ CONSTANT: hmc-slides
         "Help markup is just literal data"
         { "Look at the help for " { $link T{ link f + } } }
         "These slides are built with the help system and a custom style sheet"
-        { $vocab-link "talks.hmc-talk" }
+        { $vocab-link "hmc-talk" }
     }
     { $slide "Why stack-based?"
         "Because nobody else is doing it"