I have a plugin called Resume Submissions and Job Postings, and I really like it. In the plugin there's a way to send someone an email of the submission, and right now it sends a text email with a pdf attachment. I'm editing it to take the pdf out of the equation, and I'm pretty new to editing wordpress plugins. Basically I have the database location of the resume '/uploads/rsjp/attachments/'.
Here's the problem: I don't know how to add a link to the submissions.php file.
I've tried including something like
<a href='/uploads/rsjp/attachments/'>
but like I said, that doesn't seem like it should work, but it was a stab in the dark for a new developer.