You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2023/02/23 20:59:51 UTC

[airavata-admin-user-docs] branch main updated: Fixing few broken links in documentation

This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airavata-admin-user-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 292362e  Fixing few broken links in documentation
292362e is described below

commit 292362e32b375a95078709a014edfaff5a22ead1
Author: eroma2014 <er...@gmail.com>
AuthorDate: Thu Feb 23 15:59:44 2023 -0500

    Fixing few broken links in documentation
---
 docs/index.md                                  | 2 +-
 docs/user-documentation/application-catalog.md | 3 ++-
 docs/user-documentation/django-releases.md     | 5 +++--
 docs/user-documentation/quick-start.md         | 2 +-
 docs/user-documentation/tutorials.md           | 4 ++--
 5 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/docs/index.md b/docs/index.md
index 3e96654..0370e94 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -37,7 +37,7 @@ More information on <a href="https://apache-airavata-django-portal.readthedocs.i
 2.	Print gateway user data full directory path in experiment statistics for each experiment
 3.	Fix: When experiments are cloned and left without a mandatory file, exception is thrown
 
-More [Details](user-documentation/django-releases.md)
+More [Details](user-documentation/django-releases/#February)
 
 
 
diff --git a/docs/user-documentation/application-catalog.md b/docs/user-documentation/application-catalog.md
index cb9d482..d46cd4b 100644
--- a/docs/user-documentation/application-catalog.md
+++ b/docs/user-documentation/application-catalog.md
@@ -52,7 +52,8 @@ Image:Adding Gaussian16 Details
         - _Required_: `True`
         - _Read Only_: `False` (Why? - this is only meaningful for String, Integer or Float inputs)
         - _User Friendly Description_: Gaussian16 input file specifying desired calculation type, model chemistry, molecular system and other parameters. (This is information to the user at creating job experiment. Optional)
-        - _Advanced Input Field Modification Metadata_: NULL (Why? - This is used mostly for advance string input options. For more information refer: <a href="/user-documentation/advance-inputs" target="_blank">Advance Application Inputs</a>)
+        - _Advanced Input Field Modification Metadata_: NULL (Why? - This is used mostly for advance string input options. For more information refer: [Advance Application Inputs](advance-inputs.md)
+        
 <br>
 NOTE: For this application, only a single input, and its a file. For applications, there can be multiple inputs and different input types, such as String, Integer or multiple files.
     - Provide application outputs</br>
diff --git a/docs/user-documentation/django-releases.md b/docs/user-documentation/django-releases.md
index a1b61af..bbff53f 100644
--- a/docs/user-documentation/django-releases.md
+++ b/docs/user-documentation/django-releases.md
@@ -15,9 +15,10 @@
 ####January  
 1. Extended User Profile (EUP)
     - <a href="https://issues.apache.org/jira/browse/AIRAVATA-3562" target="_blank">JIRA Ticket</a><br>
-    - <a href="/user-documentation/extended-user-profile" target="_blank"> Documentation </a><br>
+    - [Documentation](extended-user-profile.md)
 2. Gateway admins search experiments using the Job ID in Experiment Statistics
        - <a href="https://issues.apache.org/jira/browse/AIRAVATA-3680" target="_blank"> JIRA ticket </a><br>
-       - <a href="/user-documentation/exp-statistics" target="_blank"> Documentation </a><br>
+       - [Documentation](exp-statistics.md)<br>
 3. Enable view only access to Read-Only-Admin users for EUP configuration.
     - <a href="https://issues.apache.org/jira/browse/AIRAVATA-3681" target="_blank">JIRA Ticket</a><br>
+    - [Documentation](extended-user-profile.md)
diff --git a/docs/user-documentation/quick-start.md b/docs/user-documentation/quick-start.md
index 4976bc4..9284294 100644
--- a/docs/user-documentation/quick-start.md
+++ b/docs/user-documentation/quick-start.md
@@ -31,7 +31,7 @@ Image: Application Input Configuration
     - Pre and post job conditions
 6. Plus you can set the default queue and its properties for users. You would choose the default queue and add default number of nodes, CPUs and walltime.
 7. This is helpful for general user, as they can just use the default settings.
-8. For more information refer: <a href="/user-documentation/application-catalog" target="_blank">Application Catalog</a><br>
+8. For more information refer: [Application Catalog](application-catalog.md)<br>
    <br>
 <ADD>-
 ![Screenshot](../img/gau16appdeploy.png)
diff --git a/docs/user-documentation/tutorials.md b/docs/user-documentation/tutorials.md
index 7009564..f8d5629 100644
--- a/docs/user-documentation/tutorials.md
+++ b/docs/user-documentation/tutorials.md
@@ -200,5 +200,5 @@ Image:Create DetectCovid Experiment
 <br></br>
 
 #####<h5 id="more">More Details On...</h5>
-1. <a href="/user-documentation/application-catalog" target="_blank">Creating Applications</a>
-2. <a href="/user-documentation/advance-inputs" target="_blank">Advance Input Options</a>
\ No newline at end of file
+1. [Creating Applications](application-catalog.md)
+2. [Advance Input Options](advance-inputs.md)
\ No newline at end of file