fix: producthunt URL (#5163)

This commit is contained in:
Henry Wang
2020-07-10 07:13:36 +01:00
committed by GitHub
parent 5c2f1ad6ec
commit bffb7200e4
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ about: Submit discovered bugs
<!--
Please ensure you have read [documentation](https://docs.rsshub.app/en), and provide all the information required by this template, otherwise the issue will be closed immediately.
Due to the anti-crawling of the certain source website, some RSS of the demo will return status code 403. This is not an issue caused by RSSHub and please do not report it.
Due to the anti-crawling policy implemented by certain websites, some RSS routes provided by the demo will return status code 403. This is not an issue caused by RSSHub and please do not report it.
-->
- Involved route

View File

@@ -57,7 +57,7 @@ module.exports = async (ctx, next) => {
const templateEn = `<!--
Please ensure you have read [documentation](https://docs.rsshub.app/en), and provide all the information required by this template, otherwise the issue will be closed immediately.
Due to the anti-crawling of the certain source website, some RSS of the demo will return status code 403. This is not an issue caused by RSSHub and please do not report it.
Due to the anti-crawling policy implemented by certain websites, some RSS routes provided by the demo will return status code 403. This is not an issue caused by RSSHub and please do not report it.
-->
- Involved route

View File

@@ -16,7 +16,7 @@ module.exports = async (ctx) => {
return {
title: l.name,
description: `${l.tagline}<br><img src="${img}">`,
link: 'https://www.producthunt.com/post/' + l.slug,
link: 'https://www.producthunt.com/posts/' + l.slug,
pubDate: new Date(l.updated_at),
};
}),