From 617de48e5380d814cd63dc573065d87fe61303ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 24 Jun 2014 14:10:10 -0700 Subject: [PATCH] Simple custom 404 page. Github doesn't let us handle 404s within a project repository, so we handle them at the organization level. In order to handle graceully for specific projects, we're setting up redirects to projects' own 404.html. (cherry picked from commit 2496757364442bb2e333467cc2f2e4d1815f8e48) --- docs/404.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/404.md diff --git a/docs/404.md b/docs/404.md new file mode 100644 index 0000000000..6d4039fb3d --- /dev/null +++ b/docs/404.md @@ -0,0 +1,8 @@ +--- +layout: single +title: Page Not Found +--- + +We couldn't find what you were looking for. + +Please contact the owner of the site that linked you to the original URL and let them know their link is broken.