replace code.google.com links with updated github urls

This commit is contained in:
Ben Fry
2022-07-31 15:45:23 -04:00
parent 3699c713d1
commit 3c6122ebeb
11 changed files with 28 additions and 28 deletions

View File

@@ -147,7 +147,7 @@ public class JavaInputHandler extends PdeInputHandler {
//if ((event.getModifiers() & InputEvent.SHIFT_MASK) != 0) {
if (event.isShiftDown()) {
// if shift is down, the user always expects an outdent
// http://code.google.com/p/processing/issues/detail?id=458
// https://github.com/processing/processing/issues/497
editor.handleOutdent();
} else if (textarea.isSelectionActive()) {