diff --git a/GRRLIB/GRRLIB/grrlib.h b/GRRLIB/GRRLIB/grrlib.h index 571444f..c3dda41 100644 --- a/GRRLIB/GRRLIB/grrlib.h +++ b/GRRLIB/GRRLIB/grrlib.h @@ -270,7 +270,7 @@ GRR_EXTERN u32 fb GRR_INIT(0); * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. * - * @example template/main.c + * @example template/source/main.c * This example shows the minimum code required to use GRRLIB. * It could be used as a template to start a new project. * More elaborate examples can be found inside the \e examples folder.