Skip to content

Commit 29c0e34

Browse files
committed
fix #293 Fix broken image and inter-document links
1 parent f755d3d commit 29c0e34

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

docs/Configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ The settings that define an InterSystems IRIS server and the connection to the s
1212

1313
First, configure one or more servers. Open the settings editor by selecting **File > Preferences > Settings** (**Code > Preferences > Settings** on Mac) from the menu. Select the **User** or **Workspace** settings level by selecting it at the top of the settings window. For example, the following screen shot shows Workspace selected:
1414

15-
![Workspace selected.](../assets/images/ClickWorkspace.png "workspace selected")
15+
![Workspace selected.](./assets/images/ClickWorkspace.png "workspace selected")
1616

1717
Find Extensions in the list in the left pane of the editor window, click to open, then select InterSystems Server Manager from the list to find the correct place in the settings UI. The following screen shot shows InterSystems Server Manager selected:
1818

19-
![Select server manager.](../assets/images/ServerManagerSelect.png "select server manager")
19+
![Select server manager.](./assets/images/ServerManagerSelect.png "select server manager")
2020

2121
And this screen shot shows Server Manager area of the edit pane:
2222

23-
![Server manager settings.](../assets/images/ServerManagerSettings.png "server manager settings")
23+
![Server manager settings.](./assets/images/ServerManagerSettings.png "server manager settings")
2424

2525
You need to edit the server configuration in the settings.json file, so your only option is to click *Edit in settings.json*.
2626

docs/Installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Next, you need to install the following extensions:
2323

2424
Run VS Code. From within the application, click the extensions button in the Activity Bar on the left edge of the VS Code window:
2525

26-
![Extensions button.](../assets/images/extensions.png "extensions button")
26+
![Extensions button.](./assets/images/extensions.png "extensions button")
2727

2828
Type `intersystems` in the search field to find these extensions in the Marketplace, as illustrated in the following screen shot:
2929

30-
![Search in Marketplace.](../assets/images/marketplace.png "search in marketplace")
30+
![Search in Marketplace.](./assets/images/marketplace.png "search in marketplace")
3131

3232
For each of the listed extensions, click the extension, then click **install**. Note that the InterSystems ObjectScript extension adds an ObjectScript button to the Activity Bar:
3333

34-
![ObjectScript button.](../assets/images/objectscript.png "objectscript button")
34+
![ObjectScript button.](./assets/images/objectscript.png "objectscript button")

docs/RunDebug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In order to run or debug an ObjectScript class or routine, you must create a lau
1010

1111
If no launch configurations are available, you are prompted to create one:
1212

13-
![Create launch configuration.](../assets/images/CreateLaunchConfig.png "create launch configuration")
13+
![Create launch configuration.](./assets/images/CreateLaunchConfig.png "create launch configuration")
1414

1515
Clicking the link creates and opens a `launch.json` file containing the following default information:
1616

docs/ServerSide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nav_order: 7
88

99
You can configure the InterSystems ObjectScript extension to edit code directly on the server, using the [multi-root workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces) VS Code feature. This type of configuration is useful in cases where source code is stored in a Version Control System (VCS) as XML, and you are using source control in Studio using Studio extensions, as provided by `%Studio.Extension.Base`.
1010

11-
First configure the connection to InterSystems as described in [Configuration](../Configuration).
11+
First configure the connection to InterSystems as described in [Configuration](./Configuration).
1212

1313
Use **File > New File** to create a new file. Add content similar to the following example. Note that `my-project` in the `isfs://` uri, should be the same as the name of any folder where there are settings for the connection.
1414

docs/Settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nav_order: 4
66
---
77
# Settings
88

9-
VS Code provides a number of settings that enable you to customize various aspects of its function. Many settings are general to VS Code, and you can learn about them in the [Visual Studio Code Documentation](https://code.visualstudio.com/docs). The InterSystems ObjectScript and InterSystems Server Manager extensions supply specific settings used to configure VS Code for ObjectScript development. You can learn more in the section [Configuration](../configuration).
9+
VS Code provides a number of settings that enable you to customize various aspects of its function. Many settings are general to VS Code, and you can learn about them in the [Visual Studio Code Documentation](https://code.visualstudio.com/docs). The InterSystems ObjectScript and InterSystems Server Manager extensions supply specific settings used to configure VS Code for ObjectScript development. You can learn more in the section [Configuration](./Configuration).
1010

1111
There are several levels on which settings are stored and used:
1212

docs/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ nav_exclude: true
55

66
# Welcome to the VS Code InterSystems ObjectScript documentation
77

8-
* [Introduction](introduction)
9-
* [Installation](installation)
10-
* [Workspace](workspace)
11-
* [Settings](settings)
12-
* [Configuration](configuration)
13-
* [Running and Debugging](rundebug)
14-
* [Server-side Editing](serverside)
8+
* [Introduction](./introduction)
9+
* [Installation](./Installation)
10+
* [Workspace](./workspace)
11+
* [Settings](./Settings)
12+
* [Configuration](./Configuration)
13+
* [Running and Debugging](./RunDebug)
14+
* [Server-side Editing](./ServerSide)

docs/workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ A multi root workspace has a \*.code-workspace file in the root folder. The file
1414

1515
To edit a *.code-workspace* file in VS Code using the InterSystems ObjectScript extension, select **File > Preferences > Settings** (**Code > Preferences > Settings** on Mac) and select the Workspace option. When you click **Edit in settings.json**, VS Code opens the *.code-workspace* file for that workspace.
1616

17-
The InterSystems ObjectScript extension uses the Multi-root workspaces feature to support ObjectScript development on the InterSystems server. See [Server-side Editing](../ServerSide).
17+
The InterSystems ObjectScript extension uses the Multi-root workspaces feature to support ObjectScript development on the InterSystems server. See [Server-side Editing](./ServerSide).

0 commit comments

Comments
 (0)