From b1da24aa9e679f8828d6e197b85cc23bfb0cb514 Mon Sep 17 00:00:00 2001 From: Daniel Xie Date: Thu, 13 Jul 2017 15:32:18 -0500 Subject: [PATCH] Updated with new wiki that I created --- src/Constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constants.js b/src/Constants.js index b14fbc754..ff3d7d89e 100644 --- a/src/Constants.js +++ b/src/Constants.js @@ -332,7 +332,7 @@ CONSTANTS = { TutorialNetscriptText: "Netscript is a programming language implemented for this game. The language has " + "your basic programming constructs and several built-in commands that are used to hack.

" + "

Official Wiki and Documentation


" + - "Check out Bitburner's wiki for the official Netscript documentation" + + "Check out Bitburner's wiki for the official Netscript documentation" + ". The wiki documentation will contain more details and " + "code examples than this documentation page. Also, it can be opened up in another tab/window for convenience!

" + "

Variables and data types


" +