Merge pull request #1 from bennn/patch-1

doc: change source code link
This commit is contained in:
Georges Dupéron 2018-07-25 09:44:01 +02:00 committed by GitHub
commit 096f87caab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
@(define-syntax-rule @aful-code[stuff ...]
@code[#:lang "aful racket" stuff ...])
source code: @url["https://github.com/AlexKnauth/aful"]
source code: @url["https://github.com/jsmaniac/aful/"]
@section{#lang aful}
@ -101,4 +101,4 @@ Examples:
@defparam[current-arg-string arg-str string?]{
a parameter that controls default values of the @racket[arg-str] arguments to @racket[aful-read] etc.
}
}