From 66717a6f75a3a1ca535adab75f67ddb8c9818a85 Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Wed, 15 Nov 2023 16:55:37 -0500
Subject: [PATCH] beagleconnect: fix image path

---
 index.rst                        | 2 +-
 projects/beagleconnect/index.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.rst b/index.rst
index 4a45688f..25695877 100644
--- a/index.rst
+++ b/index.rst
@@ -28,7 +28,7 @@ projects ongoing on our :ref:`contribution` page.
 * Go a bit deaper at :ref:`intro_beagle-101`.
 * Read the book at :ref:`bone-cook-book-home`.
 * Get help from the community at :ref:`support`.
-* Learn how to contribute to the project at :ref:`contribution`..
+* Learn how to contribute to the project at :ref:`contribution`.
 
 .. toctree::
    :maxdepth: 2
diff --git a/projects/beagleconnect/index.rst b/projects/beagleconnect/index.rst
index 6aede886..285d5c5c 100644
--- a/projects/beagleconnect/index.rst
+++ b/projects/beagleconnect/index.rst
@@ -12,7 +12,7 @@ architecture.
 .. note:: 
     This documentation and the associated software are each a work-in-progress.
 
-.. image:: ../freedom/media/BeagleConnect-Freedom-Front.*
+.. image:: media/BeagleConnect-Freedom-Front.*
    :width: 598
    :align: center
    :height: 400
-- 
GitLab