summaryrefslogtreecommitdiff
path: root/hmc-talk/hmc-talk.factor
diff options
context:
space:
mode:
Diffstat (limited to 'hmc-talk/hmc-talk.factor')
-rw-r--r--hmc-talk/hmc-talk.factor8
1 files changed, 4 insertions, 4 deletions
diff --git a/hmc-talk/hmc-talk.factor b/hmc-talk/hmc-talk.factor
index 9a225f9..18a7e5f 100644
--- a/hmc-talk/hmc-talk.factor
+++ b/hmc-talk/hmc-talk.factor
@@ -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"