瀏覽代碼

Merge pull request #28 from GWRon/patch-2

Update no longer existing website links
Brucey 6 年之前
父節點
當前提交
03029cd551
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      docs/tutorials/beginners_guide.md

+ 2 - 3
docs/tutorials/beginners_guide.md

@@ -2568,9 +2568,8 @@ to cut down on it. Make it a complete but small game.
 
 
 ### Get Debug Help
 ### Get Debug Help
 
 
-When you encounter problems try to get help at the www.BlitzMax / Codersworkshop.com forums. Also check
-out the BlitzWiki – www.BlitzWiki.org. For people to be able to help you it's important that you know
-yourself what your problem actually is, so think about it, try to narrow it down. Is it a compile error?
+When you encounter problems try to get help at the [syntaxbomb.com forums](https://www.syntaxbomb.com). Also check
+out the project repositories' [issues at github.com](https://github.com/bmx-ng). For people to be able to help you it's important that you know yourself what your problem actually is, so think about it, try to narrow it down. Is it a compile error?
 Is something not showing up as expected? Check your variables, are they what they are supposed to be? Use
 Is something not showing up as expected? Check your variables, are they what they are supposed to be? Use
 Debugstop() or Waitkey on a line to see if that line is read, if it is your game will stop there. Don't forget
 Debugstop() or Waitkey on a line to see if that line is read, if it is your game will stop there. Don't forget
 a most important command – `Debuglog` which allows you to write text to the runtimelog, Ex:
 a most important command – `Debuglog` which allows you to write text to the runtimelog, Ex: