Skip to content

Commit f08e9db

Browse files
authored
Update label-tool.md
Fixed https error
1 parent f4f626d commit f08e9db

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/form-recognizer/quickstarts

1 file changed

+1
-1
lines changed

articles/cognitive-services/form-recognizer/quickstarts/label-tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You'll use the Docker engine to run the sample labeling tool. Follow these steps
4545
```
4646
docker run -it -p 3000:80 containerpreview.azurecr.io/microsoft/cognitive-services-form-recognizer-custom-supervised-labeltool eula=accept
4747
```
48-
This will make the sample labeling tool available through a web browser. Go to [https://localhost:3000](https://localhost:3000).
48+
This will make the sample labeling tool available through a web browser. Go to [http://localhost:3000](http://localhost:3000).
4949
5050
> [!NOTE]
5151
> You can also label documents and train models using the Form Recognizer REST API. To train and Analyze with the REST API, see [Train with labels using the REST API and Python](./python-labeled-data.md).

0 commit comments

Comments
 (0)