You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rl...@apache.org on 2023/05/14 12:42:33 UTC

[comdev-site] branch main updated: Add redirect for mentoringprogramme.html

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0e545c5  Add redirect for mentoringprogramme.html
0e545c5 is described below

commit 0e545c51e9dac344a9e71a3df52dfd41498d99b2
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Sun May 14 14:40:45 2023 +0200

    Add redirect for mentoringprogramme.html
---
 static/.htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/static/.htaccess b/static/.htaccess
index a1d104e..18a0ab6 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -4,6 +4,7 @@ Redirect /guide-to-being-a-mentor.html /gsoc/guide-to-being-a-mentor.html
 Redirect /mentee-ranking-process.html /gsoc/mentee-ranking-process.html
 Redirect /use-the-comdev-issue-tracker-for-gsoc-tasks.html /gsoc/use-the-comdev-issue-tracker-for-gsoc-tasks.html
 
+Redirect /mentoringprogramme.html /mentoring/
 Redirect /mentoring/experiences.html /gsoc/experiences.html
 
 RedirectMatch ^/tags/$ /tags.html