-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace non-English help pages by redirects
- Loading branch information
Showing
531 changed files
with
687 additions
and
16,512 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,16 +1,14 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> | ||
<title>404 - Page not found!</title> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<h1>Error 404</h1> | ||
<p>Please go to the main page at <a href="http://help.jabref.org/">http://help.jabref.org/</a> or try to remove the trailing slash in the URL.</p> | ||
<p>Feel free to contribute to this page's content via GitHub at <a href="https://github.com/JabRef/help.jabref.org/">https://github.com/JabRef/help.jabref.org/</a>.</p> | ||
</div> | ||
</body> | ||
<!DOCTYPE HTML> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="refresh" content="0;url=https://docs.jabref.org"> | ||
<script type="text/javascript"> | ||
window.location.href = "https://docs.jabref.org" | ||
</script> | ||
<title>Help page moved - Error 404</title> | ||
</head> | ||
<body> | ||
If you are not redirected automatically, follow <a href='https://docs.jabref.org'>https://docs.jabref.org</a> to reach the new documentation page of JabRef. | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.