From 601e66c851ad2196a36b0c21a35d31dc233ee756 Mon Sep 17 00:00:00 2001
From: Deepak Khatri <deepaklorkhatri7@gmail.com>
Date: Thu, 8 Feb 2024 23:20:23 +0530
Subject: [PATCH] Fix reference

---
 guides/index.rst    | 2 +-
 guides/proposal.rst | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/guides/index.rst b/guides/index.rst
index 52c3867..fef9612 100644
--- a/guides/index.rst
+++ b/guides/index.rst
@@ -6,7 +6,7 @@ Guides
 This section includes guides for :ref:`contributors <gsoc-contributor-guide>` & :ref:`mentors <gsoc-mentor-guide>` who want to participate 
 in GSoC 2024 with `BeagleBoard.org <www.beagleboard.org>`_. It's highly recommended to check `GSoC Frequently Asked Questions 
 <https://developers.google.com/open-source/gsoc/faq>`_. For anyone who just want to contribute to this site we also have 
-a step by step :ref:`contribution guide <gsoc-contribution-guide>`.
+a step by step :ref:`contribution guide <gsoc-site-editing-guide>`.
 
 .. card::
     :link: gsoc-contributor-guide
diff --git a/guides/proposal.rst b/guides/proposal.rst
index 6763625..481f0ab 100644
--- a/guides/proposal.rst
+++ b/guides/proposal.rst
@@ -47,9 +47,9 @@ Using proposal template
 To make the project proposal writing process easier for all the GSoC contributors we have created a :ref:`gsoc-proposal-template`.
 
 .. tip:: 
-    Start with :ref:`gsoc-contribution-guide` to simplify the proposal writing process using OpenBeagle CI. It's always recommended to create a fork 
+    Start with :ref:`gsoc-site-editing-guide` to simplify the proposal writing process using OpenBeagle CI. It's always recommended to create a fork 
     of `gsoc.beagleboard.io repo on OpenBeagle <https://openbeagle.org/gsoc/gsoc.beagleboard.io>`_ and clone on your local machine. Instructions for 
-    setting up Sphinx on local machine are also provided on :ref:`gsoc-contribution-guide`. For any query you, can reach out on 
+    setting up Sphinx on local machine are also provided on :ref:`gsoc-site-editing-guide`. For any query you, can reach out on 
     our `Discord <https://bbb.io/gsocchat>`_ or `Forum <https://bbb.io/gsocml>`_.
 
 You can either open your cloned `gsoc.beagleboard.io repo <https://openbeagle.org/gsoc/gsoc.beagleboard.io>`_ using Visual Studio Code on your local machine or use OpenBeagle Web IDE. Now, follow steps below to write your proposal,
-- 
GitLab