summaryrefslogtreecommitdiff
path: root/otug-talk/otug-talk.factor
diff options
context:
space:
mode:
Diffstat (limited to 'otug-talk/otug-talk.factor')
-rw-r--r--otug-talk/otug-talk.factor12
1 files changed, 6 insertions, 6 deletions
diff --git a/otug-talk/otug-talk.factor b/otug-talk/otug-talk.factor
index 59c8154..f56feb6 100644
--- a/otug-talk/otug-talk.factor
+++ b/otug-talk/otug-talk.factor
@@ -1,5 +1,5 @@
! Copyright (C) 2008 Slava Pestov.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
USING: slides help.markup math arrays hashtables namespaces
kernel sequences parser memoize io.encodings.binary
locals kernel.private help.vocabs assocs quotations
@@ -15,7 +15,7 @@ IN: otug-talk
CONSTANT: otug-slides
{
{ $slide "Factor!"
- { $url "http://factorcode.org" }
+ { $url "https://factorcode.org" }
"Development started in 2003"
"Open source (BSD license)"
"Influenced by Forth, Lisp, and Smalltalk"
@@ -303,10 +303,10 @@ var price = (order == null ? null : order.price);" }
"Eliminate redundant computations (value numbering)"
}
{ $slide "Project infrastructure"
- { $url "http://factorcode.org" }
- { $url "http://concatenative.org" }
- { $url "http://docs.factorcode.org" }
- { $url "http://planet.factorcode.org" }
+ { $url "https://factorcode.org" }
+ { $url "https://concatenative.org" }
+ { $url "https://docs.factorcode.org" }
+ { $url "https://planet.factorcode.org" }
"Uses our HTTP server, SSL, DB, Atom libraries..."
}
{ $slide "Project infrastructure"