mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
This allows `redirect_to` redirects to external websites;
curl localhost:4000/samples/library/adminer/
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="https://hub.docker.com/_/adminer/"><meta http-equiv="refresh" content="0; url=https://hub.docker.com/_/adminer/">
<meta name="robots" content="noindex">
<h1>Redirecting…</h1>
<a href="https://hub.docker.com/_/adminer/">Click here if you are not redirected.</a>
<script>location="https://hub.docker.com/_/adminer/"</script>
</html>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>