Skip to content

Commit

Permalink
Change uploader links
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteinberg committed Dec 20, 2022
1 parent b71ba34 commit 32c57f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/generator/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ <h3 id="post-excerpt">Post Excerpt</h3>
(Note: there's an option to remove the button entirely later on the Download page, as well.)

<h3>Images</h3>
<p>Upload your image using the <a href="https://lil-blog-uploader.herokuapp.com/" target="_blank">LIL blog media upload form</a>, and note the URL it assigns to your image. Use the editor's image button, swapping in the image URL for the placeholder. It should look like this, when you are done:</p>
<p>Upload your image using the <a href="https://blog-uploader.lil.tools/" target="_blank">LIL blog media upload form</a>, and note the URL it assigns to your image. Use the editor's image button, swapping in the image URL for the placeholder. It should look like this, when you are done:</p>
<code>
![Short description of the image.](https://lil-blog-uploader.herokuapp.com/my-image.png)
![Short description of the image.](https://blog-uploader.lil.tools/my-image.png)
</code>

<h3>Videos</h3>
Expand Down

0 comments on commit 32c57f6

Please sign in to comment.