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/04/21 20:46:34 UTC

[comdev-site] branch main updated (8ff7484 -> 75a2694)

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

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


    from 8ff7484  Remove absolute link for easy local testing
     new 9d911e0  Use absolute path for favicon
     new 75a2694  Fix more broken links

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 layouts/_default/baseof.html | 4 ++--
 source/calendars/_index.md   | 2 +-
 source/committers/_index.md  | 2 +-
 source/newbiefaq.md          | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)


[comdev-site] 02/02: Fix more broken links

Posted by rl...@apache.org.
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

commit 75a2694aeb3b41c71c2faf4c7584cd09f0651e8a
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Fri Apr 21 22:46:27 2023 +0200

    Fix more broken links
---
 layouts/_default/baseof.html | 2 +-
 source/calendars/_index.md   | 2 +-
 source/committers/_index.md  | 2 +-
 source/newbiefaq.md          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 5fe8e91..ba06e68 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -99,7 +99,7 @@
                 <a class="dropdown-item" href="/gsoc/mentee-ranking-process.html">Mentee Ranking Process</a>
                 <a class="dropdown-item" href="/gsoc/experiences.html">Past GSoC Experiences</a>
                 <a class="dropdown-item" href="/gsoc/guide-to-being-a-mentor.html">Guide to being a Mentor</a>
-                <a class="dropdown-item" href="/gsoc/use-the-comdev-issue-tracker-for-gsoc-tasks.html">Using ComDev's Jira for GSoC Ideas</a>
+                <a class="dropdown-item" href="/gsoc/use-the-comdev-gsoc-issue-tracker-for-gsoc-tasks.html">Using ComDev's Jira for GSoC Ideas</a>
                 <a class="dropdown-item" href="/gsoc/gsoc-admin-tasks.html">Tasks of a GSoC Admin at the ASF</a>
                 <a class="dropdown-item" href="https://issues.apache.org/jira/projects/GSOC">GSoC Jira</a>
               </div>
diff --git a/source/calendars/_index.md b/source/calendars/_index.md
index 34424c4..09d4446 100644
--- a/source/calendars/_index.md
+++ b/source/calendars/_index.md
@@ -45,5 +45,5 @@ Apache project related events there.
   [2]: https://www.apache.org/foundation/marks/events.html
   [3]: https://www.google.com/calendar/ical/nerseigospses068jd57bk5ar8%40group.calendar.google.com/public/basic.ics
   [4]: http://lanyrd.com/guides/apache-software-and-technologies/
-  [5]: https://www.apache.org/events/meetups.html
+  [5]: https://events.apache.org/event/index.html
   [6]: https://svn.apache.org/repos/asf/comdev/tools/get_meetups
diff --git a/source/committers/_index.md b/source/committers/_index.md
index 3505a2b..01aa25e 100755
--- a/source/committers/_index.md
+++ b/source/committers/_index.md
@@ -8,7 +8,7 @@ There are a number of useful Apache tools and services available for Apache proj
 
 ## Apache Infrastructure Information
 
-The primary portals for Apache Infra questions - how Subversion/Git/Websites, etc. work at the ASF - are pages at <a href="https://www.apache.org/dev/" target="_blank">apache.org/dev</a> and <a href="https://www.infra.apache.org" target="_blank">infra.apache.org</a>.
+The primary portals for Apache Infra questions - how Subversion/Git/Websites, etc. work at the ASF - are pages at <a href="https://www.apache.org/dev/" target="_blank">apache.org/dev</a> and <a href="https://infra.apache.org" target="_blank">infra.apache.org</a>.
 
 If you're a committer, you can [patch this very website yourself][2]!
 
diff --git a/source/newbiefaq.md b/source/newbiefaq.md
index e9533fa..c98d852 100644
--- a/source/newbiefaq.md
+++ b/source/newbiefaq.md
@@ -175,7 +175,7 @@ projects. This section includes such gems as:
 # How do I suggest changes to this website? # {#websitecms}
 
 The content for the `community.apache.org` website is written in Markdown
-and published automatically using a [Jenkins job](https://builds.apache.org/job/comdev-site/).
+and published automatically using a [Jenkins job](https://ci-builds.apache.org/job/Community%20Development/job/site/).
 Any contributor is able to submit changes via pull requests. Comdev committers are able to merge
 proposed changes.
 


[comdev-site] 01/02: Use absolute path for favicon

Posted by rl...@apache.org.
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

commit 9d911e039faec9adda694a6e09fac0c2d3e9c9e9
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Fri Apr 21 22:39:50 2023 +0200

    Use absolute path for favicon
---
 layouts/_default/baseof.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index f59e72d..5fe8e91 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -24,7 +24,7 @@
   {{ template "_internal/opengraph.html" . }}
 
   <title>Apache Community Development - {{ .Title }}</title>
-  <link rel="shortcut icon" href="images/favicon.ico">
+  <link rel="shortcut icon" href="/images/favicon.ico">
 
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <link href="/css/main.css" rel="stylesheet" media="screen">