Skip to content

Commit 89784dc

Browse files
committed
Add link for Dave Jones
1 parent 4c49ddb commit 89784dc

18 files changed

Lines changed: 18 additions & 18 deletions

File tree

chapters/01/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h1 id="Create-A-Database">Create A Database<a class="anchor-link" href="#Create
164164
<div class="container">
165165
<span class="text-muted">
166166
<p class="small">
167-
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
167+
This tutorial was inspired by a talk given by <a href="https://twitter.com/waveform80">Dave Jones</a> at <a href="https://twitter.com/pythonnw">Python North West</a>.
168168
The flights database, and much of the SQL code, is taken, with grateful thanks,
169169
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
170170
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.

chapters/02/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ <h1 id="Create-a-Table">Create a Table<a class="anchor-link" href="#Create-a-Tab
255255
<div class="container">
256256
<span class="text-muted">
257257
<p class="small">
258-
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
258+
This tutorial was inspired by a talk given by <a href="https://twitter.com/waveform80">Dave Jones</a> at <a href="https://twitter.com/pythonnw">Python North West</a>.
259259
The flights database, and much of the SQL code, is taken, with grateful thanks,
260260
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
261261
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.

chapters/03/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ <h1 id="Add-Some-Data">Add Some Data<a class="anchor-link" href="#Add-Some-Data"
270270
<div class="container">
271271
<span class="text-muted">
272272
<p class="small">
273-
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
273+
This tutorial was inspired by a talk given by <a href="https://twitter.com/waveform80">Dave Jones</a> at <a href="https://twitter.com/pythonnw">Python North West</a>.
274274
The flights database, and much of the SQL code, is taken, with grateful thanks,
275275
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
276276
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.

chapters/04/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h1 id="Look-At-The-Data">Look At The Data<a class="anchor-link" href="#Look-At-
241241
<div class="container">
242242
<span class="text-muted">
243243
<p class="small">
244-
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
244+
This tutorial was inspired by a talk given by <a href="https://twitter.com/waveform80">Dave Jones</a> at <a href="https://twitter.com/pythonnw">Python North West</a>.
245245
The flights database, and much of the SQL code, is taken, with grateful thanks,
246246
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
247247
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.

chapters/05/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ <h1 id="Change-The-Data">Change The Data<a class="anchor-link" href="#Change-The
371371
<div class="container">
372372
<span class="text-muted">
373373
<p class="small">
374-
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
374+
This tutorial was inspired by a talk given by <a href="https://twitter.com/waveform80">Dave Jones</a> at <a href="https://twitter.com/pythonnw">Python North West</a>.
375375
The flights database, and much of the SQL code, is taken, with grateful thanks,
376376
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
377377
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.

chapters/06/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ <h1 id="Delete-Some-Data">Delete Some Data<a class="anchor-link" href="#Delete-S
411411
<div class="container">
412412
<span class="text-muted">
413413
<p class="small">
414-
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
414+
This tutorial was inspired by a talk given by <a href="https://twitter.com/waveform80">Dave Jones</a> at <a href="https://twitter.com/pythonnw">Python North West</a>.
415415
The flights database, and much of the SQL code, is taken, with grateful thanks,
416416
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
417417
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.

chapters/07/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ <h1 id="Dynamic-SQL">Dynamic SQL<a class="anchor-link" href="#Dynamic-SQL">&#182
304304
<div class="container">
305305
<span class="text-muted">
306306
<p class="small">
307-
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
307+
This tutorial was inspired by a talk given by <a href="https://twitter.com/waveform80">Dave Jones</a> at <a href="https://twitter.com/pythonnw">Python North West</a>.
308308
The flights database, and much of the SQL code, is taken, with grateful thanks,
309309
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
310310
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.

chapters/08/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ <h1 id="Link-Tables-Together">Link Tables Together<a class="anchor-link" href="#
934934
<div class="container">
935935
<span class="text-muted">
936936
<p class="small">
937-
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
937+
This tutorial was inspired by a talk given by <a href="https://twitter.com/waveform80">Dave Jones</a> at <a href="https://twitter.com/pythonnw">Python North West</a>.
938938
The flights database, and much of the SQL code, is taken, with grateful thanks,
939939
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
940940
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.

chapters/09/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ <h1 id="Extract-The-Data">Extract The Data<a class="anchor-link" href="#Extract-
783783
<div class="container">
784784
<span class="text-muted">
785785
<p class="small">
786-
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
786+
This tutorial was inspired by a talk given by <a href="https://twitter.com/waveform80">Dave Jones</a> at <a href="https://twitter.com/pythonnw">Python North West</a>.
787787
The flights database, and much of the SQL code, is taken, with grateful thanks,
788788
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
789789
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.

chapters/10/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ <h1 id="Aggregation">Aggregation<a class="anchor-link" href="#Aggregation">&#182
660660
<div class="container">
661661
<span class="text-muted">
662662
<p class="small">
663-
This tutorial was inspired by a talk given by Dave Jones at <a href="https://twitter.com/pythonnw">Python North West</a>.
663+
This tutorial was inspired by a talk given by <a href="https://twitter.com/waveform80">Dave Jones</a> at <a href="https://twitter.com/pythonnw">Python North West</a>.
664664
The flights database, and much of the SQL code, is taken, with grateful thanks,
665665
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
666666
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.

0 commit comments

Comments
 (0)