From 760803b9e2e4fe383e23db2a930ccbd75550f5c4 Mon Sep 17 00:00:00 2001
From: Zohreh MOSTAANI <zohreh.mostaani@idiap.ch>
Date: Wed, 26 Jun 2019 16:41:26 +0200
Subject: [PATCH] [doc] fixed external and internal links

---
 doc/links.rst                 | 2 +-
 doc/object_representation.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/links.rst b/doc/links.rst
index 2a15992..5342255 100644
--- a/doc/links.rst
+++ b/doc/links.rst
@@ -28,4 +28,4 @@
 .. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 .. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-.. _Algorithms: https://www.idiap.ch/software/beat/docs/beat/docs/master/beat/algorithms.html
+.. _BEAT documentation: https://www.idiap.ch/software/beat/documentation
\ No newline at end of file
diff --git a/doc/object_representation.rst b/doc/object_representation.rst
index 4f93cea..52d72d3 100644
--- a/doc/object_representation.rst
+++ b/doc/object_representation.rst
@@ -34,7 +34,7 @@
  Object Representation
 =======================
 
-As it is mentioned in `Algorithms`_ section, data is available via our
+As it is mentioned in the "Algorithms" section of "Getting Started with BEAT" in `BEAT documentation`_, data is available via our
 backend API to the user algorithms. For example, in Python, the |project|
 platform uses NumPy data types to pass data to and from algorithms. For
 example, when the algorithm reads data for which the format is defined like:
-- 
GitLab