CRON Job on Folder

Hello,

So I wanted to setup my cron job and I have installed Invoice Plane on website domain/invoice
So does the cronjob below look correct for such a situation:

wget -O - http://www.example.com/invoice/invoices/cron/recur/reuowny5947n >/dev/null 2>&1

or should it be:

wget -O - http://www.example.com/invoices/cron/recur/reuowny5947n >/dev/null 2>&1

Thanks.