Skip to content

Commit e29eb03

Browse files
authored
Fix documentation links (#3659)
1 parent 0ee33da commit e29eb03

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

docs/user/cloudsync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ streams. Once that is done, one Cloud Provider object should be created and
1616
configured properly in Ralph. To do that click Cloud providers from the Cloud
1717
menu in Ralph.
1818

19-
![ralph-add-cloud-provider](/docs/img/ralph-add-cloud-provider.png "Add cloud provider")
19+
![ralph-add-cloud-provider](./img/ralph-add-cloud-provider.png "Add cloud provider")
2020

2121
The configuration options available are:
2222

docs/user/custom_fields.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Possible options:
2626

2727
Example:
2828

29-
![custom-field-definition](/docs/img/custom-field-add.png "Example of custom field definition")
29+
![custom-field-definition](./img/custom-field-add.png "Example of custom field definition")
3030

3131

3232
## Attaching custom fields to objects
@@ -36,11 +36,11 @@ You could attach custom fields to any object type (if it was enabled by develope
3636
Ralph's custom fields works pretty much the same as any other fields here. First type (part of) the name of the custom field into the `Key` field.
3737

3838

39-
![custom-field-autocomplete](/docs/img/custom-field-autocomplete.png "Custom fields autocompletion")
39+
![custom-field-autocomplete](./img/custom-field-autocomplete.png "Custom fields autocompletion")
4040

4141
Then select custom field of your choice in the autocomplete list. Notice that (for some types) value field might change it's type, for example to select list. Type or select desirable value and save the changes!
4242

43-
![custom-field-select-value](/docs/img/custom-field-select-value.png "Custom fields - value selection")
43+
![custom-field-select-value](./img/custom-field-select-value.png "Custom fields - value selection")
4444

4545
> For any object, there could be at most one value for each custom field attached to it (in other words, you cannot have the same custom field attached to single object multiple times).
4646

docs/user/dashboards.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Display graphs with quantity assets in each data centers.
1515
### First dashboard
1616
First of all we must create new dasboard object in Ralph by clicking in menu``Dashboards > Dashboards`` next click ``Add new dashboard`` to add new one.
1717

18-
![add-dashboard](/docs/img/dashboard-create-dasboard.png "Add dashboard")
18+
![add-dashboard](./img/dashboard-create-dasboard.png "Add dashboard")
1919

2020

2121
Next steps is create graph and configure it.
22-
![add-first-graph](/docs/img/dashboard-create-graph-dc.png "Add first-graph")
22+
![add-first-graph](./img/dashboard-create-graph-dc.png "Add first-graph")
2323

2424
The important field of form above is ``Params`` - this field accepted configuration of graph in JSON format. Keys ``labels``, ``series``, ``filters`` are required.
2525
Below short description of these fields:
@@ -32,10 +32,10 @@ Below short description of these fields:
3232
- ``target`` - contains keys: ``model``, ``filter``, ``value``; this options changes default view for clickable graph.
3333

3434
OK, after save go our new dashboard object. Now we can see item (``DC Capacity``) in ``Graphs`` fields - select them. After save go to ``Dashboards > Dashboards`` in list view click ``Link``.
35-
![link-to-dashboard](/docs/img/dashboard-link.png "Link")
35+
![link-to-dashboard](./img/dashboard-link.png "Link")
3636

3737
Final result:
38-
![link-dashboard-final](/docs/img/dashboard-final-dc.png "Final dashboard")
38+
![link-dashboard-final](./img/dashboard-final-dc.png "Final dashboard")
3939

4040
## Aggregating options
4141

docs/user/quickstart.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In this tutorial we will go through:
3535
Let's add a new Blade System which will act as a "Load balancer" system.
3636
We want to have it visualized on the dc view, and assign some supports and licenses to it. To do this go to the `Data Center -> Hardware -> Add data center asset` menu.
3737

38-
![add-asset](/docs/img/quickstart-add-asset.png "Add asset")
38+
![add-asset](./img/quickstart-add-asset.png "Add asset")
3939

4040
There are only 3 fields required to add a new server:
4141

@@ -50,7 +50,7 @@ but we need to set-up them first.
5050
`Model` field helps you organize many same-model devices. You can enter 'Model' field and start typing to search model from existing database models. But don't worry, if the list is empty. Adding model is easy without leaving the form. Just click on the `+` button inside the model field.
5151
In the new window, just name this model, for example: "PowerEdge R620". Choose category from the "three-like" menu. Don't forget to set model type to "data center" - to use it in the data center module. You can add back office models as well - just switching `type` field.
5252

53-
![quickstart-model](/docs/img/quickstart-model.png "Model view")
53+
![quickstart-model](./img/quickstart-model.png "Model view")
5454

5555
### Adding the service
5656

@@ -87,7 +87,7 @@ Optional fields:
8787

8888
After adding new Service, add some environments below: `prod, test, dev`
8989

90-
![quickstart-add-service](/docs/img/quickstart-add-service.png "Add service")
90+
![quickstart-add-service](./img/quickstart-add-service.png "Add service")
9191

9292
And that's it. This is one-time setup, so you can use user service-env all around the system.
9393

@@ -125,7 +125,7 @@ In this tutorial you will learn how to manage graphical representation of your d
125125

126126
Let's go to the "Data Center visualization" menu item, and find your data center. You should see a new rack visible on the map.
127127

128-
![quickstart-dcview](/docs/img/quickstart-dcview.png "Data center view")
128+
![quickstart-dcview](./img/quickstart-dcview.png "Data center view")
129129

130130
Click on 'Edit' function and try to
131131

@@ -144,7 +144,7 @@ You can quickly add multiple new racks from dc visualization.
144144
To do it, enter "Edit mode" and click on the view using "plus cursor" to add multiple racks.
145145
You can edit each of them in separation, but remember to click "Save" button when you're done.
146146

147-
![quickstart-multiple-racks](/docs/img/quickstart-multiple-racks.png "Multiple racks at once view")
147+
![quickstart-multiple-racks](./img/quickstart-multiple-racks.png "Multiple racks at once view")
148148

149149
### Accesing the DC inspector
150150

@@ -186,7 +186,7 @@ Let's take the first route. Let's assume, we've bought 10-users license for micr
186186

187187
Click on the Add license to add one. You have to choose:
188188

189-
![quickstart-add-licence](/docs/img/quickstart-add-license.png "Quickstart add license")
189+
![quickstart-add-licence](./img/quickstart-add-license.png "Quickstart add license")
190190

191191
* license type (per user, per core etc)
192192
* software (e.g "Microsoft Office 2015") - click + to add new. In the next window, when you want to use this license everywhere (dc + back office) so choose "All"
@@ -205,14 +205,14 @@ If you marked your software as - both back office and data center enabled - you
205205

206206
If you type "10" licenses, you will use up all available licenses ("0 free").
207207

208-
![quickstart-assign-licence](/docs/img/quickstart-assign-license.png "Quickstart assign license")
208+
![quickstart-assign-licence](./img/quickstart-assign-license.png "Quickstart assign license")
209209

210210

211211
### Licenses reports
212212

213213
You can analyze in the details usage of licenses, by using one of our reports.
214214

215-
![quickstart-licenses-reports](/docs/img/quickstart-licences-reports.png "Quickstart licenses reports")
215+
![quickstart-licenses-reports](./img/quickstart-licences-reports.png "Quickstart licenses reports")
216216

217217

218218
## Vendor supports
@@ -225,7 +225,7 @@ Notable differences from the Licenses module:
225225
* support can be only added to the Asset, not user(it's obvious, right? ;-))
226226
* supports have additional 'Status' field to distinguish expired supports from active.
227227

228-
![quickstart-supports](/docs/img/quickstart-supports.png "Quickstart licenses reports")
228+
![quickstart-supports](./img/quickstart-supports.png "Quickstart licenses reports")
229229

230230
As always, you can add as many attachments(for example pdf scans of support contracts), as you want.
231231

@@ -240,7 +240,7 @@ To start stock-taking process:
240240
* Check box in region admin panel (enables stock-taking for all assets belonging to users assigned to given region)
241241

242242
Now users will have option to check assigned items information in `My equipment` view:
243-
![quickstart-stock-taking](/docs/img/stock-taking.png "Quickstart stock-taking")
243+
![quickstart-stock-taking](./img/stock-taking.png "Quickstart stock-taking")
244244

245245
Once user confirms that they have specific asset inventory tags are added to asset record in database and are recorded in hardware history. Tags are configurable using settings file and warehouse admin. Self-stock-taking process does not conflict with regular stock-taking. When you are done you can simply un-check the boxes in admin panels.
246246

0 commit comments

Comments
 (0)