We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f182deb commit b1eabfcCopy full SHA for b1eabfc
Worksheets/index.html
@@ -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
@@ -56,7 +56,7 @@ plugins:
56
header_pages:
57
- why-jupyter.md
58
- getting-started.md
59
- - worksheets.md
+ - notebooks.md
60
- workshop.md
61
62
# Exclude from processing.
worksheets.md renamed to notebooks.md
@@ -1,7 +1,7 @@
---
layout: page
-title: Worksheets
-permalink: /Worksheets/
+title: Notebooks
+permalink: /Notebooks/
<style type="text/css">
0 commit comments