Skip to content

Commit b5bf300

Browse files
committed
temporarily switch some links to margo.kuroku.io to work around #848
1 parent b15a4bb commit b5bf300

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44

55
nsf/gocode is not enabled in go1.11.
6-
Try migrating to GoSublime's development branch https://margo.sh/b/migrate/?_r=gs
6+
Try migrating to GoSublime's development branch https://margo.kuroku.io/b/migrate/?_r=gs
77

88

99

1010
**Donate:**
1111

1212
Help shape the future of margo and GoSublime.
13-
See https://margo.sh/gosublime-future?_r=gs for more details.
13+
See https://margo.kuroku.io/gosublime-future?_r=gs for more details.
1414

1515
If you find GoSublime useful and would like to support me and future development of GoSublime,
16-
please donate via one of the available methods on https://margo.sh/donate?_r=gs
16+
please donate via one of the available methods on https://margo.kuroku.io/donate?_r=gs
1717

gosubl/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import re
22
import sublime
33

4-
ANN = 'a18.07.22-1'
4+
ANN = 'a18.07.31-1'
55
VERSION = 'r18.07.22-1'
66
VERSION_PAT = re.compile(r'\d{2}[.]\d{2}[.]\d{2}-\d+', re.IGNORECASE)
77
DEFAULT_GO_VERSION = 'go?'

src/disposa.blue/margo/golang/gocode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type Gocode struct {
4242
func (g *Gocode) Reduce(mx *mg.Ctx) *mg.State {
4343
st, gx := initGocodeReducer(mx, g)
4444
if v := Version; v.Major >= 1 && v.Minor >= 11 {
45-
return st.AddStatus("see https://margo.sh/b/migrate")
45+
return st.AddStatus("see https://margo.kuroku.io/b/migrate/")
4646
}
4747
if gx == nil || !gx.query.completions {
4848
return st

src/gosublime/something-borrowed/gocode/bridge11._margo_.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ import (
99

1010
func init() {
1111
margoGocodeEnabled = false
12-
fmt.Fprintln(os.Stderr, "margo: nsf/gocode is not enabled in go1.11. See https://margo.sh/b/migrate/_r=gs")
12+
fmt.Fprintln(os.Stderr, "margo: nsf/gocode is not enabled in go1.11. See https://margo.kuroku.io/b/migrate/?_r=gs")
1313
}

0 commit comments

Comments
 (0)