Skip to content

Commit ad51790

Browse files
author
Chris Shin
authored
Fix misspelled anchors under the Server resource page (#410)
Addressing PR #410: Fix the projects anchor under the Server resource page. Also fixed schedules and serverinfoitem-class anchors that were misspelled.
1 parent e24efdf commit ad51790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api-ref.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,10 +1929,10 @@ Resource | Description
19291929
*server*.jobs | Access the jobs resources and methods. See [Jobs](#jobs)
19301930
*server*.workbooks | Access the resources and methods for workbooks. See [Workbooks](#workbooks)
19311931
*server*.datasources | Access the resources and methods for data sources. See [Data Sources](#data-sources)
1932-
*server*.projects | Access the resources and methods for projects. See [Projects](#projets)
1933-
*server*.schedules | Access the resources and methods for schedules. See [Schedules](#Schedules)
1932+
*server*.projects | Access the resources and methods for projects. See [Projects](#projects)
1933+
*server*.schedules | Access the resources and methods for schedules. See [Schedules](#schedules)
19341934
*server*.subscriptions | Access the resources and methods for subscriptions. See [Subscriptions](#subscriptions)
1935-
*server*.server_info | Access the resources and methods for server information. See [ServerInfo class](#serverinfo-class)
1935+
*server*.server_info | Access the resources and methods for server information. See [ServerInfo class](#serverinfoitem-class)
19361936

19371937
<br>
19381938
<br>

0 commit comments

Comments
 (0)