# Internal links to assets

**URL:** https://zola.discourse.group/t/internal-links-to-assets/550
**Category:** Support
**Created:** [August 15, 2020, 7:01pm UTC](https://zola.discourse.group/t/internal-links-to-assets/550 "2020-08-15T19:01:44Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![argot](https://avatars.discourse-cdn.com/v4/letter/a/c89c15/32.png) [@argot](https://zola.discourse.group/u/argot)
#### Post date: [August 15, 2020, 7:01pm UTC](https://zola.discourse.group/t/internal-links-to-assets/550/1 "2020-08-15T19:01:44Z")

</div>

I’m having trouble with internal links to static files with various different schemes. And zola v0.11

Placing pdf files in the static directory, I try to create a markdown link via

> `[text](@/foo.pdf)`

zola check fails unable the resolve the link

Or in static/docs/foo.pdf

> `[text](@/docs/foo.pdf)`

zola check fails unable the resolve the link

With colocated content placing the pdfs in content/docs

> `[text](foo.pdf)`

zola check succeeds, but the pdfs don’t seem to be transferred on build to the docs directory. If I put the pdf files in a content/docs directory and a static/docs directory then it seems all work out, but that seems rather redundant. What am I doing wrong? Is there a better way?

---

<div class="post-metadata">

### Author: ![argot](https://avatars.discourse-cdn.com/v4/letter/a/c89c15/32.png) [@argot](https://zola.discourse.group/u/argot)
#### Post date: [August 16, 2020, 1:02am UTC](https://zola.discourse.group/t/internal-links-to-assets/550/2 "2020-08-16T01:02:34Z")

</div>

Finally figured out some combo of working config with pdf files in static/docs/\*.pdf

Links w/o the @

> `[my link](/docs/foo.pdf)`
