Skip to content

Commit b1eabfc

Browse files
committed
changed 'Workseets' page to 'Notebooks'
The old 'Worksheets' URL sends users to the new location.
1 parent f182deb commit b1eabfc

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Worksheets/index.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<!-- This page automatically redirects users using the old 'Wokrsheets' URL to the 'Notebooks' URL instead -->
3+
<html>
4+
<head>
5+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6+
<meta http-equiv="refresh" content="0;url=/Notebooks/" />
7+
</head>
8+
</html>

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ plugins:
5656
header_pages:
5757
- why-jupyter.md
5858
- getting-started.md
59-
- worksheets.md
59+
- notebooks.md
6060
- workshop.md
6161

6262
# Exclude from processing.

worksheets.md renamed to notebooks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
3-
title: Worksheets
4-
permalink: /Worksheets/
3+
title: Notebooks
4+
permalink: /Notebooks/
55
---
66

77
<style type="text/css">

0 commit comments

Comments
 (0)