You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by no...@apache.org on 2023/01/17 07:28:39 UTC

[solr-site] branch main updated: Updating links for how to contribute to point to CONTRIBUTING.md in the Solr github repo

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

noble pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a5df177cf Updating links for how to contribute to point to CONTRIBUTING.md in the Solr github repo
     new a72874a0a Merge pull request #89 from justinrsweeney/SOLR-16544-how-to-contribute
a5df177cf is described below

commit a5df177cf35798230c998f8e0ef55bbc79324161
Author: Justin Sweeney <ju...@fullstory.com>
AuthorDate: Mon Jan 16 16:29:12 2023 -0700

    Updating links for how to contribute to point to CONTRIBUTING.md in the Solr github repo
---
 content/pages/community.md          | 6 ++----
 content/pages/resources.md          | 2 +-
 themes/solr/templates/features.html | 2 +-
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/content/pages/community.md b/content/pages/community.md
index 0511af5de..ef9d351c0 100644
--- a/content/pages/community.md
+++ b/content/pages/community.md
@@ -100,7 +100,7 @@ discussed on the mailing list and/or via IRC before creating an issue.
 
 ## How To Contribute ##
 
-Looking to contribute to Solr?  Read the [instructions](https://cwiki.apache.org/confluence/display/SOLR/HowToContribute) on
+Looking to contribute to Solr?  Read the [instructions](https://github.com/apache/solr/blob/main/CONTRIBUTING.md) on
 contributing and then submit a patch!
 
 ## Code of Conduct ##
@@ -134,9 +134,7 @@ To work on the code locally, you may clone the git repository:
     git clone https://github.com/apache/solr.git
 
 Then use GitHub's [fork feature](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo)
-to obtain a personal fork from which you can later contribute your changes through a
-[Pull Request](https://cwiki.apache.org/confluence/display/solr/HowToContribute#HowToContribute-WorkingwithGitHub)
-or a [patch in Jira](https://cwiki.apache.org/confluence/display/solr/HowToContribute#HowToContribute-Generatingapatch).
+to obtain a personal fork from which you can later contribute your changes based on the [how to contribute](https://github.com/apache/solr/blob/main/CONTRIBUTING.md) page.
 
 You may alternatively choose to clone apache's git mirror at `https://gitbox.apache.org/repos/asf/solr.git`.
 
diff --git a/content/pages/resources.md b/content/pages/resources.md
index fca03c722..92001d0cd 100644
--- a/content/pages/resources.md
+++ b/content/pages/resources.md
@@ -214,7 +214,7 @@ This cookbook will show you how to get the most out of your search engine. Each
 
 ## Presentations ##
 
-If you have a Solr presentation that you would like to see listed here, please submit a [patch](https://cwiki.apache.org/confluence/display/solr/HowToContribute) via a JIRA with the appropriate content.
+If you have a Solr presentation that you would like to see listed here, please submit a [patch](https://github.com/apache/solr/blob/main/CONTRIBUTING.md) via a JIRA with the appropriate content.
 
 <h3 class="offset" id="slideshare">Slideshare</h3>
 
diff --git a/themes/solr/templates/features.html b/themes/solr/templates/features.html
index 10e78dae3..64b95961e 100644
--- a/themes/solr/templates/features.html
+++ b/themes/solr/templates/features.html
@@ -577,7 +577,7 @@
     </div>
     <div class="row">
       <div class="centered">
-        <a class="btn1" href="https://cwiki.apache.org/confluence/display/solr/HowToContribute">How to contribute</a>
+        <a class="btn1" href="https://github.com/apache/solr/blob/main/CONTRIBUTING.md">How to contribute</a>
       <div>
     </div>
   </ul>