Skip to content

Commit 42d2870

Browse files
committed
fix links
1 parent fb2130e commit 42d2870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## What is this?
44

5-
This is a straight port of [http://cxx.uclibc.org/](uClibc++) for Arduino.
5+
This is a straight port of [uClibc++](http://cxx.uclibc.org/) for Arduino.
66
I have cut nothing out and held nothing back. Use with care!
77

88
That said, I have used uClibc++'s own internal configuration to pare back
99
un-needed stuff, like support for floats, gratuitous template
1010
instantiations and other things. See system\_configuration.h for all of
1111
those gory details.
1212

13-
Plus I added in [http://andybrown.me.uk/ws/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/#IDComment246044033](Andy Brown's)
13+
Plus I added in [Andy Brown's](http://andybrown.me.uk/ws/2011/01/15/the-standard-template-library-stl-for-avr-with-c-streams/#IDComment246044033)
1414
excellent ohserialstream class for managing the HardwareSerial as an ostream.
1515

1616
## How do I install it?

0 commit comments

Comments
 (0)