Skip to content

Commit 7a6501b

Browse files
authored
Merge pull request #1845 from Fryguy/fix_markdown_links
Fix broken links on API services page
2 parents 60a11a0 + 7a85919 commit 7a6501b

File tree

1 file changed

+16
-22
lines changed

1 file changed

+16
-22
lines changed

api/reference/services.md

Lines changed: 16 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ Full CRUD is available on service catalogs.
2020

2121
- [Editing Service Catalogs](#editing-service-catalogs)
2222

23-
- [Assigning/Unassigning Service Templates from Service
24-
Catalogs](#assigning-service-template)
23+
- [Assigning Service Templates](#assigning-service-templates)
2524

2625
- [Ordering Services](#ordering-services)
2726

@@ -122,7 +121,7 @@ the *assign* and *unassign* actions as follows:
122121
}
123122
```
124123

125-
#### Ordering Services Service Templates
124+
#### Ordering Services
126125

127126
Ordering services is done by triggering an *order* action on service
128127
templates in a service catalog as follows:
@@ -330,7 +329,7 @@ Multiple service templates can also be deleted in bulk as follows:
330329
}
331330
```
332331

333-
### Services ===
332+
### Services
334333

335334
Accessing services is via the **services** collection as follows:
336335

@@ -344,7 +343,7 @@ or addressing an individual Service via the **services** resource:
344343
/api/services/:id
345344
```
346345

347-
#### Creating Services ====
346+
#### Creating Services
348347

349348
In general, services are created once ordered from service catalogs.
350349

@@ -373,7 +372,7 @@ an existing service.
373372
Please refer to the [Resource Attributes](../appendices/resource_attributes.html#services) page for a
374373
list of available attributes when creating Services.
375374

376-
#### Service Actions ====
375+
#### Service Actions
377376

378377
Once services are ordered from a catalog, they can be:
379378

@@ -385,23 +384,21 @@ Once services are ordered from a catalog, they can be:
385384

386385
- [Reconfigured](#service-reconfiguring)
387386

388-
- [Started](#service-started)
387+
- [Started](#starting-services)
389388

390-
- [Stopped](#service-stopped)
389+
- [Stopped](#stopping-services)
391390

392-
- [Suspended](#service-suspended)
391+
- [Suspended](#suspending-services)
393392

394-
- [Deleted](#service-deleting)
393+
- [Deleted](#deleting-services)
395394

396395
Additional Service actions include:
397396

398-
- [Adding and Removing Resources from
399-
Services](#service-add-remove-resources)
397+
- [Adding and Removing Resources from Services](#adding-and-removing-resources-from-services)
400398

401-
- [Adding Provider VMs to Services](#service-add-provider-vms)
399+
- [Adding Provider VMs to Services](#adding-provider-vms-to-services)
402400

403-
- [Requesting a Chargeback Report for a
404-
Service](#service-queue-chargeback-report)
401+
- [Requesting a Chargeback Report for a Service](#requesting-a-chargeback-report-for-a-service)
405402

406403
Other than service creates and edits, service actions return the action
407404
response as in the following example:
@@ -702,18 +699,15 @@ Or via the delete action for deleting multiple services:
702699
}
703700
```
704701

705-
### Service Requests ===
702+
### Service Requests
706703

707704
- [Querying Service Requests](#querying-service-requests)
708705

709-
- [Approving or Denying Service
710-
Requests](#approving-denying-service-requests)
706+
- [Approving or Denying ServiceRequests](#approving-or-denying-service-requests)
711707

712-
- [Adding Approvers to Service
713-
Requests](#adding-approvers-service-requests)
708+
- [Adding Approvers to Service Requests](#adding-approvers-to-service-requests)
714709

715-
- [Removing Approvers to Service
716-
Requests](#removing-approvers-service-requests)
710+
- [Removing Approvers to Service Requests](#removing-approvers-to-service-requests)
717711

718712
- [Editing Request Tasks](#editing-request-tasks)
719713

0 commit comments

Comments
 (0)