From 5c81a53c7fbf244a8bcac5516cce14b3e426b115 Mon Sep 17 00:00:00 2001
From: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com>
Date: Wed, 6 Nov 2024 23:41:02 +0100
Subject: [PATCH] Fix dead link and add resource to
 docs/workflows/taskmanager.rst (#303)

* Fix dead link

Replace http://www.adaptivecomputing.com/products/open-source/torque/ with https://github.com/adaptivecomputing/torque

* Add YAML resource to taskmanager.rst

* Improve readability of Markdown
---
 docs/links.rst                 | 2 +-
 docs/workflows/taskmanager.rst | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/links.rst b/docs/links.rst
index a2b7a47b2..99d5ae27e 100644
--- a/docs/links.rst
+++ b/docs/links.rst
@@ -55,7 +55,7 @@
 .. _slurm: https://slurm.schedmd.com/
 .. _pbspro: http://pbspro.org/
 .. _sge: http://gridscheduler.sourceforge.net/howto/GridEngineHowto.html
-.. _torque: http://www.adaptivecomputing.com/products/open-source/torque/
+.. _torque: https://github.com/adaptivecomputing/torque
 .. _moab: http://www.adaptivecomputing.com/products/hpc-products/moab-hpc-basic-edition/
 .. _loadleveler: https://www.ibm.com/support/knowledgecenter/en/SSFJTW
 
diff --git a/docs/workflows/taskmanager.rst b/docs/workflows/taskmanager.rst
index 06e60460a..5d75a3b63 100644
--- a/docs/workflows/taskmanager.rst
+++ b/docs/workflows/taskmanager.rst
@@ -43,7 +43,8 @@ AbiPy obtains the information needed to create the correct ``TaskManager`` for a
 from the ``manager.yml`` configuration file.
 The file is written in YAML_ a human-readable data serialization language commonly used for configuration files
 (a good introduction to the YAML syntax can be found `here <http://yaml.org/spec/1.1/#id857168>`_.
-See also this `reference card <http://www.yaml.org/refcard.html>`_)
+See also this `reference card <http://www.yaml.org/refcard.html>`_.
+Experiment with YAML syntax using a `YAML validator <https://yamline.com/validator/>`_)
 
 By default, AbiPy looks for a ``manager.yml`` file in the current working directory i.e.
 the directory in which you execute your script in first and then inside ``$HOME/.abinit/abipy``.