Skip to content

Commit 337c184

Browse files
authored
Fix dead generic-programming.org link in README.md
Replace with a link to the wayback machine.
1 parent 99d3cc4 commit 337c184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ as recorded in the git repository.
448448
The implementation owes a lot to `boost::format` for showing that it's fairly
449449
easy to use stream based formatting to simulate most of the `printf()`
450450
syntax. Douglas Gregor's introduction to variadic templates --- see
451-
http://www.generic-programming.org/~dgregor/cpp/variadic-templates.html --- was
451+
https://web.archive.org/web/20131018185034/http://www.generic-programming.org/~dgregor/cpp/variadic-templates.html --- was
452452
also helpful, especially since it solves exactly the `printf()` problem for
453453
the case of trivial format strings.
454454

0 commit comments

Comments
 (0)