You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by ww...@apache.org on 2020/10/01 18:00:10 UTC

[incubator-yunikorn-site] branch master updated: [YUNIKORN-432] Fix broken links in get_involved.md, reporting_issues.md (#26)

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

wwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d10f63  [YUNIKORN-432] Fix broken links in get_involved.md, reporting_issues.md (#26)
8d10f63 is described below

commit 8d10f63be17045c247e7ab67ce6ba803b835290b
Author: bmv126 <bm...@gmail.com>
AuthorDate: Thu Oct 1 23:30:02 2020 +0530

    [YUNIKORN-432] Fix broken links in get_involved.md, reporting_issues.md (#26)
    
    Contributed by Vishwas <b_...@nokia.com>
---
 docusaurus.config.js                    | 2 +-
 src/pages/community/get_involved.md     | 4 ++--
 src/pages/community/reporting_issues.md | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index a2f18ea..e25b2bc 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -192,7 +192,7 @@ module.exports = {
           items: [
             {
               label: 'Get Involved',
-              href: 'http://yunikorn.apache.org/community/get_involved'
+              to: 'community/get_involved'
             },
             {
               label: 'Roster',
diff --git a/src/pages/community/get_involved.md b/src/pages/community/get_involved.md
index 332baa1..963c0f4 100644
--- a/src/pages/community/get_involved.md
+++ b/src/pages/community/get_involved.md
@@ -81,9 +81,9 @@ import TabItem from '@theme/TabItem';
 We welcome you to try our latest releases and share your experiences.
 
 Any point, if you are facing any issues:
-- Raise an issue or a feedback in the JIRA as per our [guide](community/reporting_issues).
+- Raise an issue or a feedback in the JIRA as per our [guide](reporting_issues).
 - Clarify / Seek help in the YuniKorn slack `#yunikorn-user` channel
 
 ### Other feedback mechanisms
 - If you think, we can add more inputs to this document or additional documentation links for developers including setup etc, please raise issue under YuniKorn Documentation. Refer our [guide](reporting_issues).
-- Any other support please request at YuniKorn slack `#general` channel
\ No newline at end of file
+- Any other support please request at YuniKorn slack `#general` channel
diff --git a/src/pages/community/reporting_issues.md b/src/pages/community/reporting_issues.md
index 4371fcb..e6cbdfc 100644
--- a/src/pages/community/reporting_issues.md
+++ b/src/pages/community/reporting_issues.md
@@ -30,7 +30,7 @@ If you have an issue with YuniKorn operation, please follow these guidelines:
 If you are having an issue with setup, configuration, or some other form of behavior not matching your expectation, join the user mailing list and ask your questions in that forum.
 See the [YuniKorn web page](https://yunikorn.apache.org) for information on mailing lists.
 You can also ask the YuniKorn slack channel for help, check the web page for details on how to join.
-If you have a bug that needs a fix in the code or in the documentation, please follow the procedure in [Filing a JIRA](#Filing-a-JIRA-for-YuniKorn-issues) below.
+If you have a bug that needs a fix in the code or in the documentation, please follow the procedure in [Filing a JIRA](#filing-a-jira-for-yunikorn-issues) below.
 
 ## For YuniKorn Developers
 JIRA is used by the Apache YuniKorn project to track all issues.