diff --git a/README.mdown b/README.mdown index c7e3693..2599d6b 100644 --- a/README.mdown +++ b/README.mdown @@ -20,11 +20,11 @@ for(int i=0; i < 100; i++) progressbar_finish(progress); ``` -Example output (from `progressbar_demo.c`): +Example output (from `test/demo.c`): ![demo output](example_output/demo.png) -Additional examples can be found in `test/progressbar_demo.c` +Additional examples can be found in `test/demo.c` ## Why did you do this? diff --git a/test/demo.c b/test/demo.c index 5c84db8..48d2c1d 100644 --- a/test/demo.c +++ b/test/demo.c @@ -18,7 +18,7 @@ * Finishing the progressbar (on success or failure): \ref statusbar_finish * * \section Example Example Code - * See \ref main in progressbar_demo.c + * See \ref main in demo.c * * Download the code from the repository at https://github.com/JohannesBuchner/progressbar *