File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ snippets/
7676* Required*
7777Type: ` object `
7878
79- Name of [ conversion target] ( src/targets )
79+ Name of [ conversion target] ( https://github.com/Mashape/httpsnippet/wiki/Targets )
8080
8181``` js
8282var httpsnippet = require (' httpsnippet' );
@@ -94,13 +94,13 @@ var snippet = new HTTPSnippet({
9494* Required*
9595Type: ` 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
101101Type: ` 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
106106var httpsnippet = require (' httpsnippet' );
@@ -126,19 +126,19 @@ console.log(snippet.convert('node', {
126126* Required*
127127Type: ` 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
133133Type: ` 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
139139Type: ` 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
144144var httpsnippet = require (' httpsnippet' );
You can’t perform that action at this time.
0 commit comments