Skip to content

Commit 0923d88

Browse files
committed
Fix url to oracle update blog post
1 parent 1b35dfb commit 0923d88

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pages/primer.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<link href="https://www.owencampbell.me.uk/theme/css/font-awesome.min.css" rel="stylesheet">
1313
<link rel="stylesheet" href="/sql_python_tutorial/static/styles.css">
1414

15-
16-
15+
16+
1717
</head>
1818

1919
<body>
2020
<div class="fixed-top">
21-
21+
2222
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
2323

2424
<a class="navbar-brand" href="#">SQL for Python Programmers</a>
@@ -41,11 +41,11 @@
4141
</div>
4242
</div>
4343
</nav>
44-
44+
4545
</div>
4646

4747
<main role="main" class="container">
48-
48+
4949
<h1><i class="fa fa-database" aria-hidden="true"></i> Primer</h1>
5050

5151
<h2>1. What Is A Relational Database?</h2>
@@ -85,11 +85,11 @@ <h3>5.2. Embedded</h3>
8585

8686
<h2>6. What Else Do I Need To Know?</h2>
8787
<p>Although any modern DBMS will implement standard SQL, all of them go way beyond the standard to provide more advanced capabilities. Unfortunately, those enhancements are not standardised and will not port from one DBMS to another.</p>
88-
<p>For example, here is <a href="http://www.owencampbell.me.uk/oracle-update-statements.html">an article</a> written by the author of this tutorial on how to update the contents of one table based on the content of another in an Oracle database. None of the techniques described in that article would execute successfully on any other DBMS.</p>
88+
<p>For example, here is <a href="http://www.owencampbell.me.uk/blogs/oracle-update">an article</a> written by the author of this tutorial on how to update the contents of one table based on the content of another in an Oracle database. None of the techniques described in that article would execute successfully on any other DBMS.</p>
8989

9090
</main>
9191

92-
92+
9393
<footer class="footer d-none d-md-block">
9494
<div class="container">
9595
<span class="text-muted">
@@ -105,8 +105,8 @@ <h2>6. What Else Do I Need To Know?</h2>
105105
</span>
106106
</div>
107107
</footer>
108-
108+
109109

110110
</body>
111111

112-
</html>
112+
</html>

0 commit comments

Comments
 (0)