Skip to content

Commit ccbadfd

Browse files
committed
add redirect for changelog -> change-log
1 parent 6006704 commit ccbadfd

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

content/pages/meta/00-change-log.markdown

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
title: Change Log
1+
title: Changelog
22
category: page
33
slug: change-log
44
sortorder: 0700
55
toc: True
6-
sidebartitle: Change Log
7-
meta: The change log page explains what is new on Full Stack Python.
6+
sidebartitle: Changelog
7+
meta: The changelog page explains what is new on Full Stack Python.
88

99

10-
Here are the major changes to Full Stack Python in reverse chronological
11-
order since its inception in December 2012. You can view commit-level
12-
changes via the
10+
Here are the high-level changes to Full Stack Python in reverse
11+
chronological order since its inception in December 2012. You can
12+
view commit-level changes via the
1313
[source repository's commit log](https://github.com/mattmakai/fullstackpython.com/commits/)
1414
on GitHub.
1515

redirects/changelog.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://www.fullstackpython.com/change-log.html">
5+
</head>
6+
<body>
7+
</body>
8+
</html>

0 commit comments

Comments
 (0)