Skip to content
Snippets Groups Projects
Commit 2fedea2d authored by Allan Blanchard's avatar Allan Blanchard
Browse files

More redirections + fix links name

parent 06f1b868
No related branches found
No related tags found
1 merge request!96Add redirections for old urls
Pipeline #30980 passed
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
<meta description = "Description of the ANSI C Specification Language." /> <meta description = "Description of the ANSI C Specification Language." />
</head> </head>
<body> <body>
<p>Redirect to <a href="https://www.frama-c.com/html/acsl.html">Overview</a></p> <p>Redirect to <a href="https://www.frama-c.com/html/acsl.html">ACSL</a></p>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
<meta description = "Download and install the Frama-C analysis platform now!" /> <meta description = "Download and install the Frama-C analysis platform now!" />
</head> </head>
<body> <body>
<p>Redirect to <a href="https://www.frama-c.com/html/get-frama-c.html">Overview</a></p> <p>Redirect to <a href="https://www.frama-c.com/html/get-frama-c.html">Get Frama-C</a></p>
</body> </body>
</html> </html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>ACSL - Frama-C</title>
<meta http-equiv = "refresh" content = "0; url=/html/kernel-plugin.html" />
<link rel="canonical" href="https://www.frama-c.com/html/kernel-plugin.html" />
<meta description = "Description of the ANSI C Specification Language." />
</head>
<body>
<p>Redirect to <a href="https://www.frama-c.com/html/kernel-plugin.html">Kernel and plugins page</a></p>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment