From 9bc8dee157ddcc6c78c43b69de9061e9385ca4b6 Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Fri, 5 Jan 2018 12:06:31 +0000 Subject: [PATCH] Fix reference link @verdurin reported that one of the links are broken. The link is broken due the last changes in the lesson style and because of this all the links will stop working at some point. I fixed the link running ~~~ $ for i in *; do sed -i "s/reference\//reference.html/" $i; done ~~~ for on `_includes/dc`, `_includes/lc` and `_includes/sc`. Close #456 --- _includes/dc/syllabus.html | 14 +++++++------- _includes/lc/syllabus.html | 8 ++++---- _includes/sc/syllabus.html | 14 +++++++------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/_includes/dc/syllabus.html b/_includes/dc/syllabus.html index ab5f5ec..414e437 100644 --- a/_includes/dc/syllabus.html +++ b/_includes/dc/syllabus.html @@ -8,7 +8,7 @@

The Unix Shell

  • Looping over files
  • Creating and running shell scripts
  • Finding things
  • -
  • Reference...
  • +
  • Reference...
  • @@ -21,7 +21,7 @@

    Programming in Python

  • Loops and conditionals
  • Defensive programming
  • Using Python from the command line
  • -
  • Reference...
  • +
  • Reference...
  • @@ -46,7 +46,7 @@

    Programming in MATLAB

  • Creating and using functions
  • Loops and conditionals
  • Defensive programming
  • -
  • Reference...
  • +
  • Reference...
  • --> @@ -64,7 +64,7 @@

    Version Control with Git

  • Resolving conflicts
  • Open licenses
  • Where to host work, and why
  • -
  • Reference...
  • +
  • Reference...
  • @@ -78,7 +78,7 @@

    Managing Data with SQL

  • Combining information from multiple tables using join
  • Creating, modifying, and deleting data
  • Programming with databases
  • -
  • Reference...
  • +
  • Reference...
  • diff --git a/_includes/lc/syllabus.html b/_includes/lc/syllabus.html index 4dc2077..f921538 100644 --- a/_includes/lc/syllabus.html +++ b/_includes/lc/syllabus.html @@ -8,7 +8,7 @@

    Data Intro

  • Plain text formats
  • Naming files
  • Regular expressions
  • -
  • Reference...
  • +
  • Reference...
  • @@ -19,7 +19,7 @@

    The Unix Shell

  • Counting and sorting contents in files
  • Pipes and redirection
  • Mining or searching in files
  • -
  • Reference...
  • +
  • Reference...
  • @@ -35,7 +35,7 @@

    Version Control with Git

  • Viewing state changes with status
  • Working on the web: clone, pull, push, ...
  • Where to host work, and why
  • -
  • Reference...
  • +
  • Reference...
  • @@ -62,7 +62,7 @@

    SQL Intro

  • Filtering with where
  • Combining values using aggregation
  • Combining information from multiple tables using join
  • -
  • Reference...
  • +
  • Reference...
  • diff --git a/_includes/sc/syllabus.html b/_includes/sc/syllabus.html index a790827..bb3283b 100644 --- a/_includes/sc/syllabus.html +++ b/_includes/sc/syllabus.html @@ -8,7 +8,7 @@

    The Unix Shell

  • Looping over files
  • Creating and running shell scripts
  • Finding things
  • -
  • Reference...
  • +
  • Reference...
  • @@ -21,7 +21,7 @@

    Programming in Python

  • Loops and conditionals
  • Defensive programming
  • Using Python from the command line
  • -
  • Reference...
  • +
  • Reference...
  • @@ -46,7 +46,7 @@

    Programming in MATLAB

  • Creating and using functions
  • Loops and conditionals
  • Defensive programming
  • -
  • Reference...
  • +
  • Reference...
  • --> @@ -64,7 +64,7 @@

    Version Control with Git

  • Resolving conflicts
  • Open licenses
  • Where to host work, and why
  • -
  • Reference...
  • +
  • Reference...
  • @@ -78,7 +78,7 @@

    Managing Data with SQL

  • Combining information from multiple tables using join
  • Creating, modifying, and deleting data
  • Programming with databases
  • -
  • Reference...
  • +
  • Reference...