Remove more rtd references (#702)

This commit is contained in:
hydroflame
2023-08-06 00:05:03 -04:00
committed by GitHub
parent aed01b0979
commit 931d7e588a
11 changed files with 18 additions and 62 deletions

View File

@@ -4553,10 +4553,6 @@ interface UserInterface {
* await ns.hack('n00dles');
* }
* ```
* {@link https://bitburner-official.readthedocs.io/en/latest/netscript/netscriptjs.html| ns2 in-game docs}
* <hr>
* For (deprecated) .script usage, see: {@link https://bitburner-official.readthedocs.io/en/latest/netscript/netscript1.html| ns1 in-game docs}
* <hr>
*/
export interface NS {
/**
@@ -6134,7 +6130,6 @@ export interface NS {
*
* WARNING: Port Handles only work in NetscriptJS (Netscript 2.0). They will not work in Netscript 1.0.
*
* @see https://bitburner-official.readthedocs.io/en/latest/netscript/netscriptmisc.html#netscript-ports
* @param portNumber - Port number. Must be an integer between 1 and 20.
*/
getPortHandle(portNumber: number): NetscriptPort;