Skip to content

Commit 2c5b554

Browse files
committed
docs: remove unnecessary / in directory paths
1 parent 251f3aa commit 2c5b554

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/libraries/uploaded_files.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Creating the Upload Form
3737
========================
3838

3939
Using a text editor, create a form called **upload_form.php**. In it, place
40-
this code and save it to your **app/Views/** directory:
40+
this code and save it to your **app/Views** directory:
4141

4242
.. literalinclude:: uploaded_files/001.php
4343

@@ -51,7 +51,7 @@ The Success Page
5151
================
5252

5353
Using a text editor, create a form called **upload_success.php**. In it,
54-
place this code and save it to your **app/Views/** directory::
54+
place this code and save it to your **app/Views** directory::
5555

5656
<!DOCTYPE html>
5757
<html lang="en">
@@ -77,7 +77,7 @@ The Controller
7777
==============
7878

7979
Using a text editor, create a controller called **Upload.php**. In it, place
80-
this code and save it to your **app/Controllers/** directory:
80+
this code and save it to your **app/Controllers** directory:
8181

8282
.. literalinclude:: uploaded_files/002.php
8383

0 commit comments

Comments
 (0)