# 子文件夹安装：顶部推荐主题中的链接路径不包含子文件夹

**URL:** https://meta.discourse.org/t/subfolder-installation-links-in-top-referred-topics-do-not-contain-subfolder-in-the-path/78044
**Category:** Bug
**Created:** [2018 年1 月 15 日 09:19 UTC](https://meta.discourse.org/t/subfolder-installation-links-in-top-referred-topics-do-not-contain-subfolder-in-the-path/78044 "2018-01-15T09:19:23Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Ivan\_Rapekas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ivan_rapekas/32/248924_2.png) [@Ivan\_Rapekas](https://meta.discourse.org/u/Ivan_Rapekas)
#### Post date: [2018 年1 月 15 日 09:19 UTC](https://meta.discourse.org/t/subfolder-installation-links-in-top-referred-topics-do-not-contain-subfolder-in-the-path/78044/1 "2018-01-15T09:19:23Z")

</div>

Hi, my forum v1.9.0 installed in subfolder. The link in _Top Referred Topics_ admin section does not contain subfolder, see an attached picture.

 ![305](https://global.discourse-cdn.com/meta/original/3X/3/b/3b9166343e67daf4ae7ff1446b7ab19b53d36151.png)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2018 年1 月 15 日 17:55 UTC](https://meta.discourse.org/t/subfolder-installation-links-in-top-referred-topics-do-not-contain-subfolder-in-the-path/78044/2 "2018-01-15T17:55:32Z")

</div>

Aha we should fix this @neil

---

<div class="post-metadata">

### Author: ![Ivan\_Rapekas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ivan_rapekas/32/248924_2.png) [@Ivan\_Rapekas](https://meta.discourse.org/u/Ivan_Rapekas)
#### Post date: [2018 年1 月 15 日 19:51 UTC](https://meta.discourse.org/t/subfolder-installation-links-in-top-referred-topics-do-not-contain-subfolder-in-the-path/78044/4 "2018-01-15T19:51:10Z")

</div>

Thank you, Jeff! One question… how does the team handle updates of stable releases? Could you point me to the reference if it exists, please? I would like to stay on v1.9.x.  
-Ivan

---

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [2018 年1 月 15 日 19:55 UTC](https://meta.discourse.org/t/subfolder-installation-links-in-top-referred-topics-do-not-contain-subfolder-in-the-path/78044/5 "2018-01-15T19:55:48Z")

</div>

Edit your `app.yml` to point to the `stable` branch. Then, run `/var/discourse/launcher rebuild app` which will upgrade to the latest stable release. In the future, you can upgrade through the admin UI as usual.

However, you should note that the `stable` branch changes less often, but isn’t necessarily more reliable. I’d recommend that you stick to `beta` to get fixes for issues as they are developed 🙂

---

<div class="post-metadata">

### Author: ![Ivan\_Rapekas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ivan_rapekas/32/248924_2.png) [@Ivan\_Rapekas](https://meta.discourse.org/u/Ivan_Rapekas)
#### Post date: [2018 年1 月 15 日 20:31 UTC](https://meta.discourse.org/t/subfolder-installation-links-in-top-referred-topics-do-not-contain-subfolder-in-the-path/78044/6 "2018-01-15T20:31:35Z")

</div>

Thanks for the fast and detailed explanation! Beta aka test-passed branch is less suitable for me). I just wonder to know if stable branches still develop after release 🙂

I’ve been supporting two Discourse instances since October 2017 after migrating from different forum [engine](https://meta.discourse.org/t/migration-from-useresponse-to-discourse-in-subfolder/75956). We use Discourse as a platform for customers and we are software developers familiar with beta-state, therefore it is better to have predictable forum than beta version. Too many surprises may happen during beta-period 😉

---

<div class="post-metadata">

### Author: ![fefrei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fefrei/32/119538_2.png) [@fefrei](https://meta.discourse.org/u/fefrei)
#### Post date: [2018 年1 月 15 日 20:33 UTC](https://meta.discourse.org/t/subfolder-installation-links-in-top-referred-topics-do-not-contain-subfolder-in-the-path/78044/7 "2018-01-15T20:33:49Z")

</div>

> [@Ivan\_Rapekas](#):
>
> I just wonder to know if stable branches still develop after release 🙂

Stable releases only get security fixes and occasional bugfixes for the most severe „pants-on-fire“ bugs 🙂

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2018 年1 月 15 日 20:47 UTC](https://meta.discourse.org/t/subfolder-installation-links-in-top-referred-topics-do-not-contain-subfolder-in-the-path/78044/8 "2018-01-15T20:47:23Z")

</div>

Sort of, for the first two weeks after a release we tend to fold in any low risk bug fixes as well.

---

<div class="post-metadata">

### Author: ![Ivan\_Rapekas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ivan_rapekas/32/248924_2.png) [@Ivan\_Rapekas](https://meta.discourse.org/u/Ivan_Rapekas)
#### Post date: [2018 年1 月 15 日 20:57 UTC](https://meta.discourse.org/t/subfolder-installation-links-in-top-referred-topics-do-not-contain-subfolder-in-the-path/78044/9 "2018-01-15T20:57:29Z")

</div>

> [@fefrei](#):
>
> I’d recommend that you stick to beta to get fixes for issues as they are developed 🙂

Sorry for probable offtopic, but here it is [today’s](https://meta.discourse.org/t/404-after-discourse-upgrade-on-subfolder-install/78051) crash. The proof to choose stable branch.

---

<div class="post-metadata">

### Author: ![neil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/neil/32/102150_2.png) [@neil](https://meta.discourse.org/u/neil)
#### Post date: [2018 年1 月 15 日 23:23 UTC](https://meta.discourse.org/t/subfolder-installation-links-in-top-referred-topics-do-not-contain-subfolder-in-the-path/78044/10 "2018-01-15T23:23:02Z")

</div>

I fixed this bug in beta today.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2018 年1 月 16 日 02:01 UTC](https://meta.discourse.org/t/subfolder-installation-links-in-top-referred-topics-do-not-contain-subfolder-in-the-path/78044/11 "2018-01-16T02:01:56Z")

</div>


