File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
*
4
4
* @remarks
5
5
*
6
- * Links can point to a URL: {@link https://github.com/Microsoft /tsdoc}
6
+ * Links can point to a URL: {@link https://github.com/microsoft /tsdoc}
7
7
*
8
8
* Links can point to an API item: {@link Button}
9
9
*
Original file line number Diff line number Diff line change 216
216
* your PR branch, and in this situation "rush change" will also automatically invoke "git fetch"
217
217
* to retrieve the latest activity for the remote master branch.
218
218
*/
219
- "url" : " https://github.com/Microsoft /tsdoc.git"
219
+ "url" : " https://github.com/microsoft /tsdoc.git"
220
220
},
221
221
222
222
/**
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ https://github.com/microsoft/tsdoc
15
15
16
16
The ** tsdocconfig.json** file is optional. When used, it is expected to be found in the same folder as
17
17
the ** tsconfig.json** file for a project. The loader looks for it by walking upwards in the directory tree
18
- from until it finds a folder containing ** tsconfig.json** or ** package.json** , and then it attempts to load
18
+ until it finds a folder containing ** tsconfig.json** or ** package.json** , and then it attempts to load
19
19
** tsdocconfig.json** from that location.
20
20
21
21
The ** tsdocconfig.json** file conforms to the [ tsdocconfig.schema.json] (
Original file line number Diff line number Diff line change 13
13
],
14
14
"repository" : {
15
15
"type" : " git" ,
16
- "url" : " https://github.com/Microsoft /tsdoc"
16
+ "url" : " https://github.com/microsoft /tsdoc"
17
17
},
18
- "homepage" : " https://github.com/Microsoft /tsdoc" ,
18
+ "homepage" : " https://github.com/microsoft /tsdoc" ,
19
19
"main" : " lib/index.js" ,
20
20
"typings" : " lib/index.d.ts" ,
21
21
"license" : " MIT" ,
Original file line number Diff line number Diff line change 13
13
],
14
14
"repository" : {
15
15
"type" : " git" ,
16
- "url" : " https://github.com/Microsoft /tsdoc"
16
+ "url" : " https://github.com/microsoft /tsdoc"
17
17
},
18
- "homepage" : " https://github.com/Microsoft /tsdoc" ,
18
+ "homepage" : " https://github.com/microsoft /tsdoc" ,
19
19
"main" : " lib/index.js" ,
20
20
"typings" : " lib/index.d.ts" ,
21
21
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ export class StandardTags {
125
125
* separate NPM package.
126
126
*
127
127
* TODO: The notation for API item references is still being standardized. See this issue:
128
- * https://github.com/Microsoft /tsdoc/issues/9
128
+ * https://github.com/microsoft /tsdoc/issues/9
129
129
*/
130
130
public static readonly inheritDoc : TSDocTagDefinition = StandardTags . _defineTag ( {
131
131
tagName : '@inheritDoc' ,
@@ -156,7 +156,7 @@ export class StandardTags {
156
156
* using a selector in the TSDoc declaration reference notation.
157
157
*
158
158
* TODO: The `{@label }` notation is still being standardized. See this issue:
159
- * https://github.com/Microsoft /tsdoc/issues/9
159
+ * https://github.com/microsoft /tsdoc/issues/9
160
160
*/
161
161
public static readonly label : TSDocTagDefinition = StandardTags . _defineTag ( {
162
162
tagName : '@label' ,
@@ -172,7 +172,7 @@ export class StandardTags {
172
172
* expressions for referencing API items.
173
173
*
174
174
* TODO: The `{@link }` notation is still being standardized. See this issue:
175
- * https://github.com/Microsoft /tsdoc/issues/9
175
+ * https://github.com/microsoft /tsdoc/issues/9
176
176
*/
177
177
public static readonly link : TSDocTagDefinition = StandardTags . _defineTag ( {
178
178
tagName : '@link' ,
You can’t perform that action at this time.
0 commit comments