Skip to content

Commit

Permalink
Update documentation link to tcpdf_config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
luukverhoeven committed Feb 5, 2020
1 parent 81e46b8 commit aeea68a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/tcpdf.php
Expand Up @@ -14,7 +14,7 @@
'pdfa' => false, // Options: false, 1, 3

// See more info at the tcpdf_config.php file in TCPDF (if you do not set this here, TCPDF will use it default)
// https://raw.githubusercontent.com/tecnickcom/TCPDF/develop/config/tcpdf_config.php
// https://raw.githubusercontent.com/tecnickcom/TCPDF/master/config/tcpdf_config.php

// 'path_main' => '', // K_PATH_MAIN
// 'path_url' => '', // K_PATH_URL
Expand Down Expand Up @@ -46,4 +46,4 @@
// 'thai_topchars' => '', // K_THAI_TOPCHARS
// 'tcpdf_calls_in_html' => '', // K_TCPDF_CALLS_IN_HTML
// 'timezone' => '', // K_TIMEZONE
];
];

0 comments on commit aeea68a

Please sign in to comment.