Skip to content

Commit

Permalink
try adding custom 404 page (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs committed Mar 25, 2024
1 parent 657cb2e commit 199ae50
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
23 changes: 23 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>

<html lang="en">

<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">

<title>MongoDB C&#43;&#43; Driver Manual - 404</title>

</head>

<body>
<h1>Page not found</h1>
<p>This is the legacy site for the Mongo C++ Driver documentation. See the new <a
href="https://www.mongodb.com/docs/languages/cpp/drivers/current/"
title="New MongoDB C++ Driver documentation">MongoDB C++ Driver documentation</a>.</p>
<p>For documentation of the legacy C++ driver (versions older than 3.0), see the <a
href="https://mongocxx.org/legacy-v1/" title="Legacy MongoDB C++ Driver documentation">Legacy C++ Driver
documentation</a>.</p>
</body>

</html>
7 changes: 0 additions & 7 deletions 404.md

This file was deleted.

0 comments on commit 199ae50

Please sign in to comment.