From cdf398681e8582d219053ffc86c6d598bea841d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Tue, 21 Oct 2025 19:04:32 -0500 Subject: [PATCH] Improve links avoiding brands --- content/docs/architecture.smd | 3 ++- content/docs/contributing.smd | 3 ++- content/docs/testing.smd | 2 +- layouts/tutorial.shtml | 9 +++++++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/content/docs/architecture.smd b/content/docs/architecture.smd index 4275760..8d2f3a1 100644 --- a/content/docs/architecture.smd +++ b/content/docs/architecture.smd @@ -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", diff --git a/content/docs/contributing.smd b/content/docs/contributing.smd index 4a10e40..5bc2b45 100644 --- a/content/docs/contributing.smd +++ b/content/docs/contributing.smd @@ -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/", diff --git a/content/docs/testing.smd b/content/docs/testing.smd index b621101..3bfa61a 100644 --- a/content/docs/testing.smd +++ b/content/docs/testing.smd @@ -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", diff --git a/layouts/tutorial.shtml b/layouts/tutorial.shtml index 009b00a..bd933c0 100644 --- a/layouts/tutorial.shtml +++ b/layouts/tutorial.shtml @@ -25,10 +25,15 @@