Commit 93b2af7f authored by Davis King's avatar Davis King

Updated link to point to dlib.net

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403405
parent fbea6a59
...@@ -130,7 +130,7 @@ namespace dlib ...@@ -130,7 +130,7 @@ namespace dlib
t.set_stream(in); t.set_stream(in);
out << "<html><!-- " out << "<html><!-- "
<< "Created using the cpp_pretty_printer from the dlib C++ library. See http://dclib.sf.net for updates." << "Created using the cpp_pretty_printer from the dlib C++ library. See http://dlib.net for updates."
<< " --><head><title>" << title << "</title></head><body bgcolor='white'><pre>\n"; << " --><head><title>" << title << "</title></head><body bgcolor='white'><pre>\n";
if (!out) if (!out)
throw std::ios::failure("error occurred in cpp_pretty_printer_kernel_1::print"); throw std::ios::failure("error occurred in cpp_pretty_printer_kernel_1::print");
......
...@@ -130,7 +130,7 @@ namespace dlib ...@@ -130,7 +130,7 @@ namespace dlib
t.set_stream(in); t.set_stream(in);
out << "<html><!-- " out << "<html><!-- "
<< "Created using the cpp_pretty_printer from the dlib C++ library. See http://dclib.sf.net for updates." << "Created using the cpp_pretty_printer from the dlib C++ library. See http://dlib.net for updates."
<< " --><head>" << " --><head>"
<< "<title>" << title << "</title></head><body bgcolor='white'>" << "<title>" << title << "</title></head><body bgcolor='white'>"
<< "<h1><center>" << title << "</center></h1><pre>\n" << "<h1><center>" << title << "</center></h1><pre>\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment