Skip to content

Commit c4c4c5e

Browse files
committed
Redirect to new tutorial
1 parent 24d6072 commit c4c4c5e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

samples/tutorial/Python-and-Oracle-Database-Scripting-for-the-Future.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,18 @@
1111

1212
<h1>Python and Oracle Database Tutorial: Scripting for the Future</h1>
1313

14-
<img src="resources/community-py-200.png" alt="Python cx_Oracle logo" />
14+
<div class="announcement">
15+
16+
<p><strong>cx_Oracle has a major new release under a new name and
17+
homepage <a href="https://oracle.github.io/python-oracledb/"
18+
>python-oracledb</a>.</strong></p>
19+
20+
<p><strong>We recommend you use the <a
21+
href="https://oracle.github.io/python-oracledb/samples/tutorial/Python-and-Oracle-Database-The-New-Wave-of-Scripting.html"
22+
>new python-oracledb tutorial</a> instead of this cx_Oracle tutorial.</strong></p>
23+
24+
</div> <!-- announcement -->
25+
1526

1627
<h2>Contents</h2>
1728

samples/tutorial/resources/base.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,10 @@ hr {
6060
pre {
6161
background: #E0E0E0;
6262
}
63+
64+
.announcement {
65+
margin-top: 30px;
66+
padding: 30px;
67+
padding-bottom: 15px;
68+
background-color: #F0CC71;
69+
}

0 commit comments

Comments
 (0)