scribe/src
Edward Loveall 80b6b51804
Fix redirection pattern
Commit 6ea0586423 improved redirection
instructions, but regressed in one way. The "Redirect to" pattern
specified a slash which was accounted for in the main pattern, which
resulted in a double slash:

https://medium.com/@user/post-123456abcdef

would redirect to

https://scribe.rip//@user/post-123456abcdef

This removes the extra slash
2022-03-12 12:03:23 -05:00
..
actions Link to full Medium URL on error page 2022-02-13 10:13:24 -05:00
classes Fix article ID parsing bug 2022-02-13 21:07:50 -05:00
clients Proxy GitHub gists with rate limiting 2022-01-23 15:05:46 -05:00
components Proxy GitHub gists with rate limiting 2022-01-23 15:05:46 -05:00
css Add visible version 2022-01-04 21:26:53 -05:00
emails Initial app 2021-05-01 17:03:38 -04:00
js Initial app 2021-05-01 17:03:38 -04:00
models Fix markup errors caused by UTF-16/8 differences 2022-01-30 11:53:22 -05:00
operations Initial app 2021-05-01 17:03:38 -04:00
pages Fix redirection pattern 2022-03-12 12:03:23 -05:00
queries Initial app 2021-05-01 17:03:38 -04:00
serializers Initial app 2021-05-01 17:03:38 -04:00
app.cr Add visible version 2022-01-04 21:26:53 -05:00
app_database.cr Initial app 2021-05-01 17:03:38 -04:00
app_server.cr Upgrade Crystal to 1.2.1 and Lucky to 0.29.0 2021-12-12 12:01:55 -05:00
constants.cr Proxy GitHub gists with rate limiting 2022-01-23 15:05:46 -05:00
scribe.cr Initial app 2021-05-01 17:03:38 -04:00
shards.cr Upgrade Crystal to 1.2.1 and Lucky to 0.29.0 2021-12-12 12:01:55 -05:00
start_server.cr Upgrade Crystal to 1.2.1 and Lucky to 0.29.0 2021-12-12 12:01:55 -05:00
version.cr Fix redirection pattern 2022-03-12 12:03:23 -05:00