-
Notifications
You must be signed in to change notification settings - Fork 141
docs: replace all api docs links #1690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,7 +17,7 @@ Sometimes, an Actor needs a channel for communication with other systems (or hum | |
| - An API to receive commands. | ||
| - An HTML page displaying output data. | ||
|
|
||
| Running a web server in an Actor is a piece of cake! Each Actor run is available at a unique URL (container URL) which always takes the form `https://CONTAINER-KEY.runs.apify.net`. This URL is available in the [**Actor run** object](/api/v2#/reference/actor-runs/run-object-and-its-storages/get-run) returned by the Apify API, as well as in the Apify console. | ||
| Running a web server in an Actor is a piece of cake! Each Actor run is available at a unique URL (container URL) which always takes the form `https://CONTAINER-KEY.runs.apify.net`. This URL is available in the [**Actor run** object](/api/v2/actor-run-get) returned by the Apify API, as well as in the Apify console. | ||
|
|
||
| If you start a web server on the port defined by the **APIFY_CONTAINER_PORT** environment variable (the default value is **4321**), the container URL becomes available and gets displayed in the **Live View** tab in the Actor run console. | ||
|
|
||
|
|
@@ -236,4 +236,4 @@ When we deploy and run this Actor on the Apify platform, then we can open the ** | |
|
|
||
| With that, we're done! And our application works like a charm :) | ||
|
|
||
| The complete code of this Actor is available [here](https://apify.com/apify/example-web-server). You can run it there or copy it to your account. | ||
| The complete code of this Actor is available at it's [page](https://apify.com/apify/example-web-server). You can run it there or copy it to your account. | ||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems there was an editing mistake here - removing up to the wrong parenthesis.