update link for community tech program

This commit is contained in:
Lucy Cifferello
2023-05-18 09:45:01 -06:00
parent a906201826
commit 6b72af6e26
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ module.exports = {
},
contribute: {
url: 'https://start9.com/latest/contribute',
techDetails: 'https://start9.com/community-tech-program'
techDetails: 'https://blog.start9.com/community-tech-program/'
},
footer: {
copyright: '© ' + new Date().getFullYear() + ' by Start9 Labs, Inc',

View File

@@ -29,7 +29,7 @@ layout: layouts/peripheral.njk
{% for item in job.description %}
<p>{{ item }}</p>
{% if job.title.includes('Community') %}
<p>Visit <a target='_blank' href='https://start9.com/community-tech-program'>here</a> for more details.</p>
<p>Visit <a target='_blank' rel="noopener noreferrer" href='{{ site.contribute.techDetails }}'>here</a> for more details.</p>
{% endif%}
{% endfor %}
</ul>