Opened 10 years ago
Closed 9 years ago
#8385 closed Bugs (fixed)
Incorrect link on documentation webpage.
| Reported by: | anonymous | Owned by: | Daniel James |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | iostreams |
| Version: | Boost 1.53.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
On: http://www.boost.org/doc/libs/1_53_0/libs/iostreams/doc/index.html
the following html fragment:
<a href="../functions/read.html">io::write</a>
should be:
<a href="../functions/write.html">io::write</a>
Change History (3)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.

(In [84160]) Fix link. Refs #8385.