Update README.md to fix broken links.

In addition to fixing broken links, duplicated words have been removed and trailing whitespace stripped.
This commit is contained in:
Jamie Meyers 2017-06-13 17:29:27 -07:00 committed by GitHub
parent c84d60c224
commit d056c92910
1 changed files with 130 additions and 130 deletions

View File

@ -321,11 +321,11 @@ Unique size set (USS) and proportional size set (PSS) were measured by SMEM whil
| Runtime Memory | Average USS | Max USS (Bytes) | Average PSS | Max PSS (Bytes) |
|----------------|-------------|-----------------|-------------|-----------------|
| ACL | 8 MB | 15 MB | 8 MB | 16 MB |
| ADSL + ACL | 8 MB MB | 20 MB | 9 MB | 21 MB |
| ADSL + ACL | 8 MB | 20 MB | 9 MB | 21 MB |
| AIP | 9 MB | 12 MB | 9 MB | 13 MB |
| ** SpeechSynthesizer | 11 MB | 18 MB | 12 MB | 20 MB |
| SpeechSynthesizer** | 11 MB | 18 MB | 12 MB | 20 MB |
** This test was run using the GStreamer-based MediaPlayer for audio playback.
***This test was run using the GStreamer-based MediaPlayer for audio playback.*
**Definitions**
@ -374,12 +374,12 @@ v0.4.1 released 6/9/2017:
* Updated MediaPlayer to use `autoaudiosink` instead of requiring `pulseaudio`
* Updated MediaPlayer build to suppport local builds of GStreamer
* Fixes for the following Github issues
* [https://github.com/alexa/alexa-client-sdk/issues/5](MessageRouter::send() does not take the m_connectionMutex)
* [https://github.com/alexa/alexa-client-sdk/issues/8](MessageRouter::disconnectAllTransportsLocked flow leads to erase while iterating transports vector)
* [https://github.com/alexa/alexa-client-sdk/issues/9](Build errors when building with KittAi enabled)
* [https://github.com/alexa/alexa-client-sdk/issues/10](HTTP2Transport race may lead to deadlock)
* [https://github.com/alexa/alexa-client-sdk/issues/17](Crash in HTTP2Transport::cleanupFinishedStreams())
* [https://github.com/alexa/alexa-client-sdk/issues/24](The attachment writer interface should take a `const void*` instead of `void*`)
* [MessageRouter::send() does not take the m_connectionMutex](https://github.com/alexa/alexa-client-sdk/issues/5)
* [MessageRouter::disconnectAllTransportsLocked flow leads to erase while iterating transports vector](https://github.com/alexa/alexa-client-sdk/issues/8)
* [Build errors when building with KittAi enabled](https://github.com/alexa/alexa-client-sdk/issues/9)
* [HTTP2Transport race may lead to deadlock](https://github.com/alexa/alexa-client-sdk/issues/10)
* [Crash in HTTP2Transport::cleanupFinishedStreams()](https://github.com/alexa/alexa-client-sdk/issues/17)
* [The attachment writer interface should take a `const void*` instead of `void*`](https://github.com/alexa/alexa-client-sdk/issues/24)
v0.4 updated 5/31/2017: