Fix broken links and update outdated URLs across documentation#88
Open
evvaletov wants to merge 7 commits intonojhan:masterfrom
Open
Fix broken links and update outdated URLs across documentation#88evvaletov wants to merge 7 commits intonojhan:masterfrom
evvaletov wants to merge 7 commits intonojhan:masterfrom
Conversation
df50c0f to
e10520d
Compare
added 7 commits
February 28, 2026 19:26
- Fix cmake typo: -BUILD_TESTING → -DBUILD_TESTING (CONTRIBUTING.md) - Remove dead GForge clone URL and mailing list links - Replace mailing list references with GitHub Issues - Drop outdated Ubuntu version and GCC version specifics (18.04/12.04, g++-8/gcc-4.7) — ParadisEO requires C++17, any modern compiler works - Fix doc-edo label: "for MO" → "for EDO" (INSTALL.md) - Fix doc path: build/paradise-mo/doc → build/mo/doc (INSTALL.md) - Fix website path: paradiseo/website/index.html → docs/index.html (README.md) - Update Git clone URL from dead INRIA GForge to GitHub (README.md)
Replace ~50 dead URLs pointing to gforge.inria.fr, eodev.sourceforge.net, and defunct personal pages. Tutorial links now point to in-repo content on GitHub. Presentation PDFs use Wayback Machine URLs or local paths where the files exist in the repository. Contact info updated from dead mailing lists to GitHub Issues.
Update dead gforge.inria.fr and eodev.sourceforge.net URLs in the module-level Doxygen index pages (eo, mo, moeo, smp, DTLZ). Replace with GitHub URLs and current contact information.
Replace dead external links in eoTutorial.html (sgi.com STL reference, bionik.tu-berlin.de CMA-ES page), mainpage.html (eodev.sourceforge.net), and publications.html (eodev.sourceforge.net download links). Point to cppreference.com, cma-es.github.io, and GitHub equivalents.
Replace http://paradiseo.gforge.inria.fr with https://nojhan.github.io/paradiseo/ and paradiseo-help@lists.gforge.inria.fr with https://github.com/nojhan/paradiseo/issues across all source files, doxyfile templates, cmake packaging, and eo documentation. Also updates eodev.sourceforge.net references in EO headers. Applied to .h, .cpp, .cmake, and miscellaneous files in eo/, mo/, moeo/, smp/, and problems/.
Add README.md files for moeo/tutorial/Lesson{1-4}, smp/tutorial/Lesson{1-4},
and mo/tutorial/Lesson9 — these tutorials had no documentation.
Fix return 1 → return 0 in 28 tutorial main() functions across mo/ and
smp/ that unconditionally returned failure status.
Catches moeo/src/moeo, smp/src/smp, mo/src/mo (extension-less umbrella include files missed by the glob pattern), ForRelease (paradiseo-users@ mailing list), and problems/DTLZ/README.txt and edo/README (wiki links).
e10520d to
2ad34b7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes all broken links across the project after the migration from INRIA
GForge and SourceForge to GitHub.
-BUILD_TESTING→-DBUILD_TESTING, wrong doc paths, outdated compiler references)docs/index.html) — tutorials, presentations, API docs, examples, author pages, contact info.hand.cppsource files across all modulesreturn 1→return 0in 28 tutorialmain()functions that unconditionally signaled failureThe
deprecated/directory is intentionally left unchanged. Dead URLs inside HTML comments are preserved as historical references.Test plan
gforge.inria.frandeodev.sourceforge.netoutsidedeprecated/— zero hits in code/doc filescmake .. && make— verify builds succeedmake doc— verify Doxygen generates without errorsdocs/index.htmlin browser — verify tutorial links resolvectest— verify no test regressions