Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
Colibri WebSite
Commits
06f1b868
Commit
06f1b868
authored
Nov 23, 2020
by
Allan Blanchard
Browse files
Add redirections for old urls
parent
38dce83e
Changes
4
Hide whitespace changes
Inline
Side-by-side
_config.yml
View file @
06f1b868
...
...
@@ -38,8 +38,8 @@ jekyll-minifier:
harmony
:
true
include
:
[
'
html'
]
exclude
:
[
'
download'
,
_jobs/skeleton.md
,
README.md
]
include
:
[
'
html'
,
'
download.html'
]
collections
:
fc-plugins
:
...
...
acsl.html
0 → 100644
View file @
06f1b868
<!DOCTYPE html>
<html>
<head>
<title>
ACSL - Frama-C
</title>
<meta
http-equiv =
"refresh"
content =
"0; url=/html/acsl.html"
/>
<link
rel=
"canonical"
href=
"https://www.frama-c.com/html/acsl.html"
/>
<meta
description =
"Description of the ANSI C Specification Language."
/>
</head>
<body>
<p>
Redirect to
<a
href=
"https://www.frama-c.com/html/acsl.html"
>
Overview
</a></p>
</body>
</html>
\ No newline at end of file
download.html
0 → 100644
View file @
06f1b868
<!DOCTYPE html>
<html>
<head>
<title>
Get Frama-C
</title>
<meta
http-equiv =
"refresh"
content =
"0; url=/html/get-frama-c.html"
/>
<link
rel=
"canonical"
href=
"https://www.frama-c.com/html/get-frama-c.html"
/>
<meta
description =
"Download and install the Frama-C analysis platform now!"
/>
</head>
<body>
<p>
Redirect to
<a
href=
"https://www.frama-c.com/html/get-frama-c.html"
>
Overview
</a></p>
</body>
</html>
\ No newline at end of file
what_is.html
0 → 100644
View file @
06f1b868
<!DOCTYPE html>
<html>
<head>
<title>
Overview - Frama-C
</title>
<meta
http-equiv =
"refresh"
content =
"0; url=/html/overview.html"
/>
<link
rel=
"canonical"
href=
"https://www.frama-c.com/html/overview.html"
/>
<meta
description =
"Quick description of Frama-C, the C programs analysis platform."
/>
</head>
<body>
<p>
Redirect to
<a
href=
"https://www.frama-c.com/html/overview.html"
>
Overview
</a></p>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment