Improve links avoiding brands

This commit is contained in:
Igor Támara 2025-10-21 19:04:32 -05:00 committed by CJ van den Berg
parent 5be5f003c8
commit cdf398681e
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 12 additions and 5 deletions

View file

@ -4,7 +4,8 @@
.author = "Igor Támara",
.layout = "tutorial.shtml",
.draft = false,
.custom = { .githubedit = "https://github.com/neurocyte/flow-website/tree/master/content/docs/architecture.smd",
.custom = {
.githubedit = "/docs/architecture.smd",
.prevurl = "https://github.com/neurocyte/flow",
.prevtext = "Code",
.nexturl = "/docs/contributing",

View file

@ -4,7 +4,8 @@
.author = "Igor Támara",
.layout = "tutorial.shtml",
.draft = false,
.custom = { .githubedit = "https://github.com/neurocyte/flow-website/tree/master/content/docs/contributing.smd",
.custom = {
.githubedit = "/docs/contributing.smd",
.nexturl = "/docs/testing",
.nexttext = "Testing",
.topurl = "/docs/",

View file

@ -5,7 +5,7 @@
.layout = "tutorial.shtml",
.draft = false,
.custom = {
.githubedit = "https://github.com/neurocyte/flow-website/tree/master/content/docs/testing.md",
.githubedit = "/docs/testing.md",
.prevurl = "/docs/contributing",
.prevtext = "Contributing",
.topurl = "/docs/architecture",