diff --git a/info.rkt b/info.rkt index 654582e..0a128db 100644 --- a/info.rkt +++ b/info.rkt @@ -1,7 +1,7 @@ #lang info (define pkg-authors '(hnmdijkema)) -(define version "0.1.4") +(define version "0.1.5") (define license 'Apache-2.0) (define collection "ellipsis-msg") (define pkg-desc "A message% with ellipsis (...) to the left or right") diff --git a/scribblings/ellipsis-msg.scrbl b/scribblings/ellipsis-msg.scrbl index 6053937..a652108 100644 --- a/scribblings/ellipsis-msg.scrbl +++ b/scribblings/ellipsis-msg.scrbl @@ -67,7 +67,7 @@ See also @racket[message%]. The code underneath produces the following output: -@add-video{https://github.com/hdijkema/ellipsis-msg/blob/main/scribblings/example.mp4} +@add-video{https://github.com/hdijkema/ellipsis-msg/raw/refs/heads/main/scribblings/example.mp4} @#reader scribble/comment-reader [racketblock