From: John Benediktsson Date: Mon, 31 Oct 2022 21:40:07 +0000 (-0700) Subject: help.syntax: leave $url alone for now X-Git-Tag: 0.99~1045 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=86c58fae9ba8fbd07be2f1c931a0389cd3a7c95b help.syntax: leave $url alone for now --- diff --git a/basis/help/syntax/syntax.factor b/basis/help/syntax/syntax.factor index 3e6256acbb..27fe410f29 100644 --- a/basis/help/syntax/syntax.factor +++ b/basis/help/syntax/syntax.factor @@ -121,7 +121,7 @@ DEFER: HELP{ } member-eq? ; : help-code? ( word -- ? ) - { $example $unchecked-example $code $url } member-eq? ; + { $example $unchecked-example $code } member-eq? ; : help-values? ( word -- ? ) { $values $inputs $outputs } member-eq? ;