diff --git a/include/libtorrent/torrent_info.hpp b/include/libtorrent/torrent_info.hpp index 14cbda2b5..37151145d 100644 --- a/include/libtorrent/torrent_info.hpp +++ b/include/libtorrent/torrent_info.hpp @@ -604,8 +604,7 @@ namespace libtorrent // ``creator()`` returns the creator string in the torrent. If there is // no creator string it will return an empty string. // - // .. _`posix time`: - // http://www.opengroup.org/onlinepubs/009695399/functions/time.html + // .. _`posix time`: http://www.opengroup.org/onlinepubs/009695399/functions/time.html const std::string& name() const { return m_files.name(); } boost::optional creation_date() const; const std::string& creator() const