From 1f75df2d2754358ce96e93ab77144559fb9925cb Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Wed, 31 Jan 2024 00:16:43 -0500 Subject: [PATCH] conf: update links and trigger CI --- conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.py b/conf.py index c56bf7f..2fdd600 100644 --- a/conf.py +++ b/conf.py @@ -76,13 +76,13 @@ html_theme_options = { }, { "name": "Fourm", - "url": "https://forum.beagleboard.org/", + "url": "https://forum.beagleboard.org/c/gsoc", "icon": "fa-brands fa-discourse", "attributes": {"target": "_blank"}, }, { "name": "BeagleBoard.org", - "url": "https://beagleboard.org", + "url": "https://www.beagleboard.org", "icon": "_static/images/boris.svg", "type": "local", "attributes": {"target": "_blank"}, @@ -122,4 +122,4 @@ html_context = { "pages_url": pages_url, "pages_slug": pages_slug, "docs_url": docs_url, -} \ No newline at end of file +} -- GitLab