diff --git a/plugins/osc/README.developer.md b/plugins/osc/README.developer.md index 0960bc8f6..4ec9c1984 100644 --- a/plugins/osc/README.developer.md +++ b/plugins/osc/README.developer.md @@ -18,9 +18,9 @@ Before we begin you should do the following: * Have an understanding of the map & vector classes from the STL (http://www.sgi.com/tech/stl/ or http://www.cplusplus.com/reference/stl/). * Know something about the - [OSC specification](http://opensoundcontrol.org/spec-1_0). You don't need - to know the wire format for the OSC messages. but you should at least - recognize OSC addresses and know the different data types in a message. + [OSC specification](https://opensoundcontrol.stanford.edu/spec-1_0.html). You + don't need to know the wire format for the OSC messages. but you should at + least recognize OSC addresses and know the different data types in a message. * Look at the [liblo site](http://liblo.sourceforge.net/) and read the examples. * Get familiar with the diff --git a/plugins/osc/README.md b/plugins/osc/README.md index 6a16251da..656edd4fc 100644 --- a/plugins/osc/README.md +++ b/plugins/osc/README.md @@ -2,7 +2,7 @@ OSC (Open Sound Control) Plugin =============================== This plugin allows OLA to send and receive -[OSC](http://www.opensoundcontrol.org/) messages. +[OSC](https://opensoundcontrol.stanford.edu/) messages. OLA uses the blob type for transporting DMX data.