Skip to content

Commit a690d0d

Browse files
committed
update link & remove double space
1 parent d268487 commit a690d0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sources/academy/platform/deploying_your_code/deploying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ One important thing to note is that you can use a `.gitignore` file to exclude f
5555
5656
## Deployed! {#deployed}
5757

58-
Great! Once you've pushed your Actor to the platform, you should see it in the list of Actors under the **Actors** tab. If you used `apify push`, you'll have access to the **multifile editor** (discussed in [Creating Actors](../getting_started/creating_actors.md)).
58+
Great! Once you've pushed your Actor to the platform, you should see it in the list of Actors under the **Actors** tab. If you used `apify push`, you'll have access to the **multifile editor** (discussed in [Creating Actors](/academy/getting-started/creating-actors#web-ide)).
5959

6060
![Deployed Actor on the Apify platform](./images/actor-page.jpg)
6161

sources/academy/platform/deploying_your_code/docker_file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The **Dockerfile** is a file which gives the Apify platform (or Docker, more spe
1818
1919
## Base images {#base-images}
2020

21-
If your project doesn’t already contain a Dockerfile, don’t worry! Apify offers [many base images](/sdk/js/docs/guides/docker-images) that are optimized for building and running Actors on the platform, which can be found on [Docker Hub](https://hub.docker.com/u/apify). When using a language for which Apify doesn't provide a base image, [Docker Hub](https://hub.docker.com/) provides a ton of free Docker images for most use-cases, upon which you can create your own images.
21+
If your project doesn’t already contain a Dockerfile, don’t worry! Apify offers [many base images](/sdk/js/docs/guides/docker-images) that are optimized for building and running Actors on the platform, which can be found on [Docker Hub](https://hub.docker.com/u/apify). When using a language for which Apify doesn't provide a base image, [Docker Hub](https://hub.docker.com/) provides a ton of free Docker images for most use-cases, upon which you can create your own images.
2222

2323
> Tip: You can see all of Apify's Docker images [on DockerHub](https://hub.docker.com/u/apify).
2424

0 commit comments

Comments
 (0)