From 90c8ee60160665663012878623c4f139e9fb7fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20J?= Date: Thu, 3 May 2018 12:33:42 +0200 Subject: [PATCH] fix dead links --- FAQ.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index b26d1ab..b76c5c4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -6,8 +6,9 @@ This page provides a collection of frequently asked questions and their answers. ## Why is my bridge not showing new contents? RSS-Bridge creates a cached version of your contents to reduce the amount of useless traffic. The cached version is created on the first request and served for any subsequent requests. After some time the cached version gets deleted and new content is loaded. The cache duration is bridge specific and can last anywhere between five minutes and 24 hours. -You can specify a custom cache timeout if this option is enabled on the server. See [Customizations](../Customizations#customizable-cache-timeout) for more information. +You can specify a custom cache timeout if this option is enabled on the server. See *Customizations* below for more information. ## How can I make a bridge update more frequently? You can only do that if you are hosting the RSS-Bridge instance: -- Enable [custom cache timeout](../Customizations#customizable-cache-timeout) to specify the timeout on each request \ No newline at end of file +- Enable `CUSTOM_CACHE_TIMEOUT` on [index.php](https://github.com/RSS-Bridge/rss-bridge/blob/master/index.php#L24); +- Eventually, specify the timeout on each bridge by modifying `CACHE_TIMEOUT` constant in the relevant bridge file (e.g [here](https://github.com/RSS-Bridge/rss-bridge/blob/master/index.php#L24) for Twitter). \ No newline at end of file