Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Fixed dead link in snap/control/config
Browse files Browse the repository at this point in the history
  • Loading branch information
bwplotka authored and Bartlomiej Plotka committed Mar 2, 2016
1 parent 6bb07bf commit 955a7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (p *config) GetPluginConfigDataNodeAll() cdata.ConfigDataNode {
}

// UnmarshalJSON unmarshals valid json into pluginConfig. An example Config
// github.com/intelsdi-x/snap/examples/configs/snap-config-sample.
// github.com/intelsdi-x/snap/blob/master/examples/configs/snap-config-sample.json
func (p *pluginConfig) UnmarshalJSON(data []byte) error {
t := map[string]interface{}{}
dec := json.NewDecoder(bytes.NewReader(data))
Expand Down

0 comments on commit 955a7f4

Please sign in to comment.