Skip to content

Commit

Permalink
Woops :()
Browse files Browse the repository at this point in the history
  • Loading branch information
pavpanchekha committed Feb 2, 2024
1 parent f2d431b commit 1173daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/common.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@


(define (doc-url page)
(format "https://herbie.uwplse.org/doc/~a/~a" (*herbie-version*) page))
(format "https://herbie.uwplse.org/doc/~a/~a" *herbie-version* page))

(define/contract (render-menu #:path [path "."] name links)
(->* (string? (listof (cons/c string? string?)))
Expand Down

0 comments on commit 1173daa

Please sign in to comment.