diff --git a/examples/Makefile b/examples/Makefile index d9bb5e63..1fdd9a4d 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -298,7 +298,7 @@ LAPACK_CFLAGS = $(LAPACK_DEFINE) $(LAPACK_INCDIR) LAPACK_LIBS = -lblas -llapack # Flags to enable the use of the Board library -# ( https://github.com/c-koi/libboard ) +# ( https://github.com/GreycLab/libboard ) BOARD_DEFINE = -Dcimg_use_board BOARD_INCDIR = -I/usr/include/board BOARD_CFLAGS = $(BOARD_DEFINE) $(BOARD_INCDIR) diff --git a/examples/scene3d.cpp b/examples/scene3d.cpp index 5405e51d..e1f486fe 100644 --- a/examples/scene3d.cpp +++ b/examples/scene3d.cpp @@ -114,7 +114,7 @@ int main() { scene_pts.save_off(scene_prims,scene_cols,"output.off"); // Save 3D view in SVG, EPS and FIG files. - // (using the Board library : https://github.com/c-koi/libboard ). + // (using the Board library : https://github.com/GreycLab/libboard ). #ifdef cimg_use_board // Define a Board instance