Link to this URL https://datatables.net/tn/{techNote} isn't work
Link to this URL https://datatables.net/tn/{techNote} isn't work

Hello
follow the manipulation methods , i find out this url isn't work (https://datatables.net/tn/{techNote}) , the web always display "404 - Page not found" .
Where can i find out detailed information for Technical note reference ?
thank you
This discussion has been closed.
Answers
The tech note links should be
/tn/1
or/tn/2
etc (the last part of the URL is always a number).Could you give me a link to the page with the error and I'll get it fixed.
Thanks,
Allan
Hello:
i had been attached error image .
BR
Kai
Hi,
That's not meant to be a link. Its descriptive text that attempts to show (apparently not very well) what the URL of the tech note that the error relates to can be found. The
{techNode}
part will be replaced with the integer that is given in the second parameter.Allan
Hello ,
i has been find out correct url address for the errors code which be DataTables can report,
https://datatables.net/manual/tech-notes/
BR
Kai
The
/tn/{integer}
URLs will automatically redirect to that address. e.g./tn/1
will redirect to/manual/tech-notes/1
.Allan