Skip to content

Commit 4c6f061

Browse files
committed
Fix URL format
1 parent cc3ecec commit 4c6f061

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/ai-services/immersive-reader/includes/how-to/how-to-launch-immersive-reader-nodejs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ The **getimmersivereaderlaunchparams** API endpoint should be secured behind som
168168
npm start
169169
```
170170
171-
4. Open your browser and navigate to <http://localhost:3000>. You should see the above content on the page. Select the **Immersive Reader** button to launch the Immersive Reader with your content.
171+
4. Open your browser and navigate to `http://localhost:3000`. You should see the above content on the page. Select the **Immersive Reader** button to launch the Immersive Reader with your content.
172172
173173
## Specify the language of your content
174174
@@ -189,7 +189,7 @@ The Immersive Reader has support for many different languages. You can specify t
189189
});
190190
```
191191
192-
3. Navigate to <http://localhost:3000> again. You should see the Spanish text on the page, and when you select **Immersive Reader**, it shows up in the Immersive Reader as well.
192+
3. Navigate to `http://localhost:3000` again. You should see the Spanish text on the page, and when you select **Immersive Reader**, it shows up in the Immersive Reader as well.
193193
194194
## Specify the language of the Immersive Reader interface
195195
@@ -204,7 +204,7 @@ By default, the language of the Immersive Reader interface matches the browser's
204204
ImmersiveReader.launchAsync(token, subdomain, content, options);
205205
```
206206
207-
2. Navigate to <http://localhost:3000>. When you launch the Immersive Reader, the interface is shown in French.
207+
2. Navigate to `http://localhost:3000`. When you launch the Immersive Reader, the interface is shown in French.
208208
209209
## Launch the Immersive Reader with math content
210210
@@ -235,7 +235,7 @@ You can include math content in the Immersive Reader by using [MathML](https://d
235235
});
236236
```
237237
238-
2. Navigate to <http://localhost:3000>. When you launch the Immersive Reader and scroll to the bottom, you'll see the math formula.
238+
2. Navigate to `http://localhost:3000`. When you launch the Immersive Reader and scroll to the bottom, you'll see the math formula.
239239
240240
## Next step
241241

articles/ai-services/immersive-reader/includes/how-to/how-to-launch-immersive-reader-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ When the environment is active, run the sample project by entering `flask run` f
153153
flask run
154154
```
155155

156-
Open your browser, and go to <http://localhost:5000>.
156+
Open your browser, and go to `http://localhost:5000`.
157157

158158
## Create a Python web app on OSX
159159

@@ -290,7 +290,7 @@ When the environment is active, run the sample project by entering `flask run` f
290290
flask run
291291
```
292292

293-
Open your browser, and go to <http://localhost:5000>.
293+
Open your browser, and go to `http://localhost:5000`.
294294

295295
## Next step
296296

0 commit comments

Comments
 (0)