Skip to content

Commit b937afc

Browse files
committed
fix link to README.md
1 parent 05c0a53 commit b937afc

30 files changed

+32
-32
lines changed

docs/Providing default shortcuts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ rather than
4949

5050
`<action>ActivateWindow(10025,MovieTitles,return)</action>`
5151

52-
***Quick links*** - [Readme](../../README.md) - [Getting Started](./started/Getting%20Started.md) - [Advanced Usage](./advanced/Advanced%20Usage.md)
52+
***Quick links*** - [Readme](../README.md) - [Getting Started](./started/Getting%20Started.md) - [Advanced Usage](./advanced/Advanced%20Usage.md)

docs/What is Skin Shortcuts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Skin Shortcuts writes an additional file into the skins directory - script-skins
1010

1111
The additional properties - for widgets, backgrounds and so forth - can be used by the skinner to decide what other 'furniture' should be displayed, and to fill the contents with it, such as the texture in an image control.
1212

13-
***Quick links*** - [Readme](../../README.md) - [Getting Started](./started/Getting%20Started.md) - [Advanced Usage](./advanced/Advanced%20Usage.md)
13+
***Quick links*** - [Readme](../README.md) - [Getting Started](./started/Getting%20Started.md) - [Advanced Usage](./advanced/Advanced%20Usage.md)

docs/advanced/Additional shortcuts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ Shortcut groupings within the management dialog are made up of several smaller g
3737

3838
If you do not specify a grouping, it will be added to the end of the common group.
3939

40-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
40+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Additional submenu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Note, `mainmenu` must be the first item in the group property.
4141

4242
The additional groups will be treated completely separately from the main menu. See [integration details for Submenu Only](../started/Basic%20integration%202.md) for examples of how to use them.
4343

44-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
44+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Advanced Usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ Details of how to enable and customise the context menu within the management di
126126

127127
[Read More](./Context%20menu.md)
128128

129-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md)
129+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md)

docs/advanced/Check for shortcut.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ You can ask the script to check whether a shortcut with a given action is presen
99
| `[propertyName]` | | The name of the skin boolean that will be set or cleared, dependant on existence of action |
1010
| `[action]` | | The action to check for |
1111

12-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
12+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Context menu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Please note, however, that if you include the `<contextmenu />` element in your
4747
</contextmenu>
4848
```
4949

50-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
50+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Custom groupings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ See ['Just Select' method](./Just%20Select.md)
7979

8080
The widget groupings are handled differently from all other groupings, in that they will not display any prompt to the user about what they want the shortcut they have chosen to do - for example, no prompt if they want to play or display a playlist. Instead, it will always default to displaying the shortcut.
8181

82-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
82+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Custom shortcut properties.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ When using `<propertySettings />`, it's possible to set the `buttonID` to the sa
110110

111111
In this case, the property select dialog will be shown to the user after the normal action associated with that button has completed. However, the property select dialog will *not* show if the user cancels, or if they select a 'None' option provided by the default control.
112112

113-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
113+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/External editing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ So, to change the widgetName and widgetType of the main menu item with the label
2727

2828
`<onclick>RunScript(script.skinshortcuts,type=setProperty&amp;property=widgetName|widgetType&amp;value=new|values&amp;labelID=movies)</onclick>`
2929

30-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
30+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Force settings link.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ It is recommended that you provide alternative access to settings somewhere in y
88

99
Please note, this will cause the script to create a shortcut with the action `ActivateWindow(Settings)` if none exists. It doesn't look for any other settings area links. It also doesn't take into account any overrides or visibility conditions that may be attached to a shortcut.
1010

11-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
11+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Just Select.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ You can also use the Just Select method to allow the user to select a widget and
3636
| `[skinWidgetTarget]` | Yes | The skin string the script will save the `widgetTarget` property of the selected widget to |
3737
| `[skinWidgetPath]` | Yes | The skin string the script will save the `widgetPath` property of the selected widget to |
3838

39-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
39+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Managing backgrounds.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ If you have defined background styles, you can use a StringCompare to decide whe
6666

6767
If you are using direct background images, you can use the `background` property as the `<imagepath />` in a multi-image control.
6868

69-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
69+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Managing widgets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ Additionally, when customising the widget groupings, you can enable the button f
166166

167167
`<node label="My widgets" installWidget="True">`
168168

169-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
169+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Overriding an action.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ Skin Shortcuts adds automatic visibility conditions to relevant shortcuts - such
9494

9595
It's always expected that user choice will be respected. That means that if a user has selected a particular shortcut, if it is overridden it should be clear why this is being done, or the option should be tied to a skin setting.
9696

97-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
97+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Overriding icons.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ Where possible, Skin Shortcuts sets the icon of available shortcuts to an approp
5050

5151
Where there is no default icon, Skin Shortcuts sets it to a generic value so that the skinner can override the icon and provide a specific one for their skin. Please see the code for details - gui.py, the functions 'common', 'more' and 'settings'
5252

53-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
53+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Overriding labels.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ You can change the label of any available shortcut in the management dialog via
1010
| `[New Label]` | | The label you want to replace the default label with (can be a localised string) |
1111
| `[type]` | Yes | The new label for the type of shortcut (displayed in select dialog as label2) |
1212

13-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
13+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Property patterns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ As result all items in mainmenu will have property "exampleProperty" filled with
6969
...
7070
```
7171

72-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
72+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Provide thumbnails.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ If using button 306 to let the user select the thumbnail, you can set the defaul
1717

1818
`<thumbnailBrowseDefault>protocol://path/to/folder</thumbnailBrowseDefault>`
1919

20-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
20+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Required shortcuts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ These are specified in your skins [overrides.xml](./overrides.md) file.
1717

1818
The type property will be set to the id of your skin (skin.name) to indicate that it is specific to the skin.
1919

20-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
20+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Templates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,4 +430,4 @@ The Other template for the widgets specifies an include attribute of "widget", a
430430
</template>
431431
```
432432

433-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
433+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Vertical menu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ You will probably wish to skin the main menu and the submenu items differently f
2525
`<visible>IsEmpty(ListItem.Property(isSubmenu))</visible>` - a main menu item
2626
`<visible>!IsEmpty(ListItem.Property(isSubmenu))</visible>` - a submenu item
2727

28-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
28+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/Warn on deleting shortcut.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ You can do this by providing the following element in the skins [overrides.xml](
1212
| `[message]` | | The message in the Yes/No dialog that will be shown to the user (can be a localised string) |
1313
| `[action]` | | The action of the existing shortcut that will trigger this message when the user tries to delete/replace it, or edit its action |
1414

15-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
15+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/advanced/overrides.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ The overrides.xml file needs to be in a shortcuts folder in your skins directory
1111
</overrides>
1212
```
1313

14-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)
14+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](./Advanced%20Usage.md)

docs/labelID and Localisation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ One limitation of it, though, is that it can't manage multiple skin strings comb
9999

100100
It's also worth noting that only menu items - not the additional properties associated with the menu items - are shared between skins. This means it is totally safe to use localised strings for backgrounds, widgets, custom properties and so forth.
101101

102-
***Quick links*** - [Readme](../../README.md) - [Getting Started](./started/Getting%20Started.md) - [Advanced Usage](./advanced/Advanced%20Usage.md)
102+
***Quick links*** - [Readme](../README.md) - [Getting Started](./started/Getting%20Started.md) - [Advanced Usage](./advanced/Advanced%20Usage.md)

docs/started/Basic integration 1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ The management dialog included with Skin Shortcuts isn't particularly well-desig
5959

6060
## Where to go from here
6161

62-
You now have a basic but functional Skin Shortcuts implementation. Make sure you're familiar with the rest of the [Getting Started](./Getting%20Started.md) documentation, before you begin to explore the rest of the [documentation](../../../README.md).
62+
You now have a basic but functional Skin Shortcuts implementation. Make sure you're familiar with the rest of the [Getting Started](./Getting%20Started.md) documentation, before you begin to explore the rest of the [documentation](../../README.md).
6363

64-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](../advanced/Advanced%20Usage.md)
64+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](../advanced/Advanced%20Usage.md)

docs/started/Basic integration 2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ In order to share users customised submenu's across different skins using Skin S
7676

7777
## Where to go from here
7878

79-
You now have a basic but functional Skin Shortcuts implementation. Make sure you're familiar with the rest of the [Getting Started](./Getting%20Started.md) documentation, before you begin to explore the rest of the [documentation](../../../README.md).
79+
You now have a basic but functional Skin Shortcuts implementation. Make sure you're familiar with the rest of the [Getting Started](./Getting%20Started.md) documentation, before you begin to explore the rest of the [documentation](../../README.md).
8080

81-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](../advanced/Advanced%20Usage.md)
81+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](../advanced/Advanced%20Usage.md)

docs/started/Getting Started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ If you don't want these groups, you can tell Skin Shortcuts not to build them by
9090

9191
Multiple options can be separated with a pipe - | - symbol.
9292

93-
***Quick links*** - [Readme](../../../README.md) - [Advanced Usage](../advanced/Advanced%20Usage.md)
93+
***Quick links*** - [Readme](../../README.md) - [Advanced Usage](../advanced/Advanced%20Usage.md)

docs/started/Management Dialog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ As such, unless the context menu is customised by the skin, the script includes
124124

125125
The control can be accessed via a radiobutton control - you can check against the property 'skinshortcuts-disabled' of the selected shortcut. It's value will be 'True' if the shortcut is disabled, 'False' if it is enabled.
126126

127-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](../advanced/Advanced%20Usage.md)
127+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](../advanced/Advanced%20Usage.md)

docs/started/Visibility Conditions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ Skin Shortcuts will automatically add visibility conditions to shortcuts in the
5050

5151
An exception is made for shortcuts to music addons (`ActivateWindow(MusicLibrary,addons*)`), and no visibility condition will be added to this shortcut.
5252

53-
***Quick links*** - [Readme](../../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](../advanced/Advanced%20Usage.md)
53+
***Quick links*** - [Readme](../../README.md) - [Getting Started](../started/Getting%20Started.md) - [Advanced Usage](../advanced/Advanced%20Usage.md)

0 commit comments

Comments
 (0)