File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1577,7 +1577,7 @@ Questions and issues can be posted as [GitHub Issues][10].
1577
1577
1578
1578
[ 1 ] : https://github.com/oracle/node-oracledb
1579
1579
[ 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
1581
1581
[ 4 ] : https://www.npmjs.com/package/oracledb
1582
1582
[ 5 ] : https://blogs.oracle.com/opal/getting-a-c11-compiler-for-node-4,-5-and-6-on-oracle-linux-6
1583
1583
[ 6 ] : https://support.oracle.com/epmos/faces/DocumentDisplay?id=207303.1
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ function getInfo() {
113
113
mesg += url ;
114
114
mesg += 'A Microsoft Visual Studio Redistributable suitable for your Oracle client library version must be available.\n' ;
115
115
} 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' ;
117
117
if ( process . arch === 'x64' ) {
118
118
arch = '64-bit' ;
119
119
} else {
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ function done(err, alreadyInstalled) {
400
400
packageUtil . log ( '** - A Microsoft Visual Studio Redistributable suitable for your Oracle client library version must be available' ) ;
401
401
packageUtil . log ( '** Check ' + installUrl + ' for details' ) ;
402
402
} 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' ;
404
404
405
405
packageUtil . log ( '** - You must have ' + arch + ' Oracle client libraries in your operating system library search path' ) ;
406
406
packageUtil . log ( '** - If you do not already have libraries, install an Instant Client Basic or Basic Light package from: ' ) ;
You can’t perform that action at this time.
0 commit comments