Skip to content

Commit a4ab2c0

Browse files
committed
Use (new) canonical link for Instant Client home page
1 parent e631952 commit a4ab2c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ Questions and issues can be posted as [GitHub Issues][10].
15771577

15781578
[1]: https://github.com/oracle/node-oracledb
15791579
[2]: https://www.python.org/downloads/
1580-
[3]: http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html
1580+
[3]: http://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/index.html
15811581
[4]: https://www.npmjs.com/package/oracledb
15821582
[5]: https://blogs.oracle.com/opal/getting-a-c11-compiler-for-node-4,-5-and-6-on-oracle-linux-6
15831583
[6]: https://support.oracle.com/epmos/faces/DocumentDisplay?id=207303.1

lib/oracledb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function getInfo() {
113113
mesg += url;
114114
mesg += 'A Microsoft Visual Studio Redistributable suitable for your Oracle client library version must be available.\n';
115115
} else {
116-
url = 'http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html\n';
116+
url = 'http://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/index.html\n';
117117
if (process.arch === 'x64') {
118118
arch = '64-bit';
119119
} else {

package/oracledbinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ function done(err, alreadyInstalled) {
400400
packageUtil.log('** - A Microsoft Visual Studio Redistributable suitable for your Oracle client library version must be available');
401401
packageUtil.log('** Check ' + installUrl + ' for details');
402402
} else {
403-
clientUrl = 'http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html';
403+
clientUrl = 'http://www.oracle.com/technetwork/database/database-technologies/instant-client/overview/index.html';
404404

405405
packageUtil.log('** - You must have ' + arch + ' Oracle client libraries in your operating system library search path');
406406
packageUtil.log('** - If you do not already have libraries, install an Instant Client Basic or Basic Light package from: ');

0 commit comments

Comments
 (0)