-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try out two ways to add doc redirects for Linen links
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.. raw:: html | ||
|
||
<!-- This is a dummy page for re-directing existing Linen guides' old links to the Linen site. --> | ||
<!DOCTYPE HTML> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="refresh" content="0; url=https://flax-linen.readthedocs.io/en/latest/guides/flax_fundamentals/flax_basics.html"> | ||
<script type="text/javascript"> | ||
window.location.href = "https://flax-linen.readthedocs.io/en/latest/guides/flax_fundamentals/flax_basics.html" | ||
</script> | ||
<title>Page Redirection</title> | ||
</head> | ||
<body> | ||
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. --> | ||
The old Flax Linen API and guides has been moved to another domain. Follow this <a href='https://flax-linen.readthedocs.io/en/latest/guides/flax_fundamentals/flax_basics.html'>link to the page.</a>. | ||
</body> | ||
</html> |