# Gestione dei link interrotti

**URL:** https://meta.discourse.org/t/broken-link-management/115613
**Category:** Feature
**Created:** [22 Aprile 2019, 5:13am UTC](https://meta.discourse.org/t/broken-link-management/115613 "2019-04-22T05:13:27Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![rhow](https://avatars.discourse-cdn.com/v4/letter/r/8e7dd6/32.png) [@rhow](https://meta.discourse.org/u/rhow)
#### Post date: [22 Aprile 2019, 5:13am UTC](https://meta.discourse.org/t/broken-link-management/115613/1 "2019-04-22T05:13:27Z")

</div>

discourse I’m a member of has broken inter-thread links after porting (twice) from other forum soft. Is there any automated way to find broken links?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [22 Aprile 2019, 12:26pm UTC](https://meta.discourse.org/t/broken-link-management/115613/2 "2019-04-22T12:26:24Z")

</div>

Different importers deal with internal links in different ways. It may be that you didn’t configure it correctly, it doesn’t support fixing internal links, or that something about your links is unexpected.

If they are links within the forum and the broken links reference post ids that are in custom list links then you should be able to do a replacement in rails.

Failing that, you can just do a search for the old pattern.

What forum software was it? Is the site already live or can you run another import?

What do the bad links look like?

That said, I’m not aware of an easy way to find bad links.
