In project description, how to add a link to a local file?

Solved!
UserBird
Dataiker
In project description, how to add a link to a local file?
 
1 Solution
jrouquie
Dataiker Alumni

On the home page of a project (tab โ€œSummaryโ€), one can add a project description.

If you want to add a link to local file as well (for instance a PDF to download), use this code:




<a href="http://answers.dataiku.com/local/static/foo.pdf" target='_blank'>test</a>


See http://learn.dataiku.com/howto/code/webapps/static-files-in-webapp.html for where to put foo.pdf on the server.



 

View solution in original post

0 Kudos
2 Replies
jrouquie
Dataiker Alumni

On the home page of a project (tab โ€œSummaryโ€), one can add a project description.

If you want to add a link to local file as well (for instance a PDF to download), use this code:




<a href="http://answers.dataiku.com/local/static/foo.pdf" target='_blank'>test</a>


See http://learn.dataiku.com/howto/code/webapps/static-files-in-webapp.html for where to put foo.pdf on the server.



 

0 Kudos
CoreyS
Dataiker Alumni

Updated link can be found here: https://academy.dataiku.com/latest/library/static-files-in-webapp.html

Looking for more resources to help you use Dataiku effectively and upskill your knowledge? Check out these great resources: Dataiku Academy | Documentation | Knowledge Base

A reply answered your question? Mark as โ€˜Accepted Solutionโ€™ to help others like you!
0 Kudos