Skip to content

Commit baa6474

Browse files
committed
Update README.md
1 parent 939cbcd commit baa6474

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ snippets/
7676
*Required*
7777
Type: `object`
7878

79-
Name of [conversion target](src/targets)
79+
Name of [conversion target](https://github.com/Mashape/httpsnippet/wiki/Targets)
8080

8181
```js
8282
var httpsnippet = require('httpsnippet');
@@ -94,13 +94,13 @@ var snippet = new HTTPSnippet({
9494
*Required*
9595
Type: `string`
9696

97-
Name of [conversion target](src/targets)
97+
Name of [conversion target](https://github.com/Mashape/httpsnippet/wiki/Targets)
9898

9999
#### options
100100

101101
Type: `object`
102102

103-
Target options, *see [wiki](https://github.com/Mashape/httpsnippet/wiki) for details*
103+
Target options, *see [wiki](https://github.com/Mashape/httpsnippet/wiki/Targets) for details*
104104

105105
```js
106106
var httpsnippet = require('httpsnippet');
@@ -126,19 +126,19 @@ console.log(snippet.convert('node', {
126126
*Required*
127127
Type: `string`
128128

129-
Name of [conversion target](src/targets)
129+
Name of [conversion target](https://github.com/Mashape/httpsnippet/wiki/Targets)
130130

131131
#### client
132132

133133
Type: `string`
134134

135-
Name of conversion target [client library](src/targets)
135+
Name of conversion target [client library](https://github.com/Mashape/httpsnippet/wiki/Targets)
136136

137137
#### options
138138

139139
Type: `object`
140140

141-
Target options, *see [wiki](https://github.com/Mashape/httpsnippet/wiki) for details*
141+
Target options, *see [wiki](https://github.com/Mashape/httpsnippet/wiki/Targets) for details*
142142

143143
```js
144144
var httpsnippet = require('httpsnippet');

0 commit comments

Comments
 (0)