Skip to content

Commit 7ffbfd6

Browse files
authored
Update README.adoc
1 parent 1c37a7c commit 7ffbfd6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thank you for taking the time to contribute to Arduino content, this is really h
88
== Content Creation and Editing
99
If you want to contribute new content, create a new file (with any text or code editor) and save it as .adoc.
1010
Do not use parenthesis or any special character in the file name.
11-
In https://raw.githubusercontent.com/arduino/reference-en/master/AsciiDoc_sample/AsciiDoc_Dictionary/AsciiDoc_Template-Dictionary.adoc[`reference-en/AsciiDoc_sample/AsciiDoc_Dictionary`] you will find an overview on the AsciiDoc syntax. This includes Titles, Text, Links, Images, Tables, Codasdasdasdasdasdasiidoc_sample/asciidoc_dictionary/asciidoc_template-dictionary/[here].
11+
In https://raw.githubusercontent.com/arduino/reference-en/master/AsciiDoc_sample/AsciiDoc_Dictionary/AsciiDoc_Template-Dictionary.adoc[`reference-en/AsciiDoc_sample/AsciiDoc_Dictionary`] you will find an overview on the AsciiDoc syntax. This includes Titles, Text, Links, Images, Tables, Code and various embeds (video, slideshow, audio and code). You can see it rendered https://www.arduino.cc/reference/en/asciidoc_sample/asciidoc_dictionary/asciidoc_template-dictionary/[here].
1212

1313
If you want to contribute to the Language Reference or edit existing content, you can find two templates in reference-en/AsciiDoc_sample/Reference_Terms:
1414

@@ -39,17 +39,17 @@ Please note that your contribution to the Arduino Reference is licensed under a
3939
----
4040
reference-en
4141
├─ AsciiDoc_sample
42-
   ├── AsciiDoc_Dictionary
43-
   │   ├── AsciiDoc_Template-Dictionary.adoc
44-
   │   └── attachments
45-
   └── Reference_Terms
46-
   ├── AsciiDoc_Template-Parent_Of_Entities.adoc
47-
     ├── AsciiDoc_Template-Single_Entity.adoc
48-
     └── attachments
42+
├── AsciiDoc_Dictionary
43+
├── AsciiDoc_Template-Dictionary.adoc
44+
└── attachments
45+
└── Reference_Terms
46+
├── AsciiDoc_Template-Parent_Of_Entities.adoc
47+
├── AsciiDoc_Template-Single_Entity.adoc
48+
└── attachments
4949
├── Language
50-
   ├── Functions
51-
   ├── Structure
52-
   └── Variables
50+
├── Functions
51+
├── Structure
52+
└── Variables
5353
├── LICENCE.md
5454
└── README.adoc
5555

0 commit comments

Comments
 (0)