Skip to content

Commit 1a9318c

Browse files
committed
Switching main branch name
1 parent 51cc425 commit 1a9318c

File tree

119 files changed

+119
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+119
-119
lines changed

app/site/handle.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func Handle(path []string, as *app.State, ps *cutil.PageState) (string, layout.P
2828
case util.AppKey:
2929
msg := "\n " +
3030
"<meta name=\"go-import\" content=\"projectforge.dev/projectforge git %s\">\n " +
31-
"<meta name=\"go-source\" content=\"projectforge.dev/projectforge %s %s/tree/master{/dir} %s/blob/master{/dir}/{file}#L{line}\">"
31+
"<meta name=\"go-source\" content=\"projectforge.dev/projectforge %s %s/tree/main{/dir} %s/blob/main{/dir}/{file}#L{line}\">"
3232
ps.HeaderContent = fmt.Sprintf(msg, util.AppSource, util.AppSource, util.AppSource, util.AppSource)
3333
return "", &vsite.GoSource{}, []string{"Source**code"}, nil
3434
case keyFeatures:

doc/faq.md

+1-1

doc/module/android.md

+1-1

doc/module/core.md

+1-1

doc/module/desktop.md

+1-1

doc/module/docbrowse.md

+1-1

doc/module/filesystem.md

+1-1

doc/module/git.md

+1-1

doc/module/graphql.md

+1-1

doc/module/help.md

+1-1

doc/module/ios.md

+1-1

doc/module/jsx.md

+1-1

doc/module/marketing.md

+1-1

doc/module/notarize.md

+1-1

doc/module/playwright.md

+1-1

doc/module/process.md

+1-1

doc/module/richedit.md

+1-1

doc/module/search.md

+1-1

doc/module/task.md

+1-1

doc/module/themecatalog.md

+1-1

doc/module/types.md

+1-1

doc/module/upgrade.md

+1-1

doc/module/wasmserver.md

+1-1

doc/module/websocket.md

+1-1

module/android/.module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authorName": "Kyle U",
66
"authorEmail": "kyle@kyleu.com",
77
"license": "CC0",
8-
"sourcecode": "https://github.com/kyleu/projectforge/tree/master/module/android",
8+
"sourcecode": "https://github.com/kyleu/projectforge/tree/main/module/android",
99
"priority": 30,
1010
"technology": ["android"]
1111
}

module/android/doc/module/android.md

+1-1

module/audit/.module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authorName": "Kyle U",
66
"authorEmail": "kyle@kyleu.com",
77
"license": "CC0",
8-
"sourcecode": "https://github.com/kyleu/projectforge/tree/master/module/audit",
8+
"sourcecode": "https://github.com/kyleu/projectforge/tree/main/module/audit",
99
"dangerous": true,
1010
"requires": ["database"],
1111
"priority": 20,

module/audit/doc/module/audit.md

+1-1

module/brands/.module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authorName": "Kyle U",
66
"authorEmail": "kyle@kyleu.com",
77
"license": "CC0",
8-
"sourcecode": "https://github.com/kyleu/projectforge/tree/master/module/brands",
8+
"sourcecode": "https://github.com/kyleu/projectforge/tree/main/module/brands",
99
"priority": 100,
1010
"technology": ["simple-icons"]
1111
}

module/brands/doc/module/brands.md

+1-1

module/core/.module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authorName": "Kyle U",
66
"authorEmail": "kyle@kyleu.com",
77
"license": "CC0",
8-
"sourcecode": "https://github.com/kyleu/projectforge/tree/master/module/core",
8+
"sourcecode": "https://github.com/kyleu/projectforge/tree/main/module/core",
99
"configVars": [
1010
{
1111
"key": "app_display_name_append",

module/core/doc/module/core.md

+1-1

module/core/views/components/view/URL.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
if !strings.HasPrefix(path, "/") {
4343
path = "/" + path
4444
}
45-
u := util.AppSource + "/blob/master" + path
45+
u := util.AppSource + "/blob/main" + path
4646
-%}
4747
{%= URL(u, origPath, false, ps) %}
4848
{% endstripspace %}{% endfunc %}

module/database/.module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authorName": "Kyle U",
66
"authorEmail": "kyle@kyleu.com",
77
"license": "CC0",
8-
"sourcecode": "https://github.com/kyleu/projectforge/tree/master/module/database",
8+
"sourcecode": "https://github.com/kyleu/projectforge/tree/main/module/database",
99
"configVars": [
1010
{
1111
"key": "db_metrics_disabled",

module/database/doc/module/database.md

+1-1

module/databaseui/.module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authorName": "Kyle U",
66
"authorEmail": "kyle@kyleu.com",
77
"license": "CC0",
8-
"sourcecode": "https://github.com/kyleu/projectforge/tree/master/module/databaseui",
8+
"sourcecode": "https://github.com/kyleu/projectforge/tree/main/module/databaseui",
99
"dangerous": true,
1010
"requires": ["database"],
1111
"priority": 40,

module/databaseui/doc/module/databaseui.md

+1-1

module/desktop/.module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authorName": "Kyle U",
66
"authorEmail": "kyle@kyleu.com",
77
"license": "CC0",
8-
"sourcecode": "https://github.com/kyleu/projectforge/tree/master/module/desktop",
8+
"sourcecode": "https://github.com/kyleu/projectforge/tree/main/module/desktop",
99
"priority": 20,
1010
"technology": ["golang-cross"]
1111
}

module/desktop/doc/module/desktop.md

+1-1

module/docbrowse/.module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authorName": "Kyle U",
66
"authorEmail": "kyle@kyleu.com",
77
"license": "CC0",
8-
"sourcecode": "https://github.com/kyleu/projectforge/tree/master/module/docbrowse",
8+
"sourcecode": "https://github.com/kyleu/projectforge/tree/main/module/docbrowse",
99
"priority": 30,
1010
"technology": ["markdown"]
1111
}

module/docbrowse/doc/module/docbrowse.md

+1-1

module/export/.module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authorName": "Kyle U",
66
"authorEmail": "kyle@kyleu.com",
77
"license": "CC0",
8-
"sourcecode": "https://github.com/kyleu/projectforge/tree/master/module/export",
8+
"sourcecode": "https://github.com/kyleu/projectforge/tree/main/module/export",
99
"priority": 100,
1010
"dangerous": true,
1111
"requires": ["database"],

module/export/doc/module/export.md

+1-1

module/expression/.module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"authorName": "Kyle U",
66
"authorEmail": "kyle@kyleu.com",
77
"license": "CC0",
8-
"sourcecode": "https://github.com/kyleu/projectforge/tree/master/module/expression",
8+
"sourcecode": "https://github.com/kyleu/projectforge/tree/main/module/expression",
99
"priority": 20,
1010
"technology": ["cel"]
1111
}

0 commit comments

Comments
 (0)