Skip to content

Commit d7e709f

Browse files
committed
put reference right place in web site
1 parent 8fd27e4 commit d7e709f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MDtutorials/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note that on MacOS the sed command must be `sed -i "" "s/...`. The [`tutorial.cs
1414
1515
1. Create a new directory in the current location. Make sure not to use a name already in use for an existing tutorial (in the main directory, (https://github.com/AdvancedPhotonSource/GSAS-II-tutorials/tree/main).
1616

17-
1. Create a <filename>.md file in the new directory. Name is arbitrary, but repeating the directory name is not a bad idea, as `.../new-tutorial/new-tutorial.md`. Look at file `template.md` as an outline for formatting the tutorial ([formatted version is here](https://advancedphotonsource.github.io/GSAS-II-tutorials/tutorial_template/tutorial.html))
17+
1. Create a <filename>.md file in the new directory. Name is arbitrary, but repeating the directory name is not a bad idea, as `.../new-tutorial/new-tutorial.md`. Look at file `template.md` as an outline for formatting the tutorial ([formatted version is here](https://advancedphotonsource.github.io/GSAS-II-tutorials/tutorial_template/template.html))
1818

1919
Start the new tutorial file with content like this:
2020

MDtutorials/template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ Note that a colon can be used for right or left alignment or use two, as below f
7575
| `FontSize_incr` | Example |
7676
| :---: | ------------------------------------- |
7777
| 0 | [see file `font0.png`](imgs/font0.png) |
78-
| 3 | [see file `font0.png`](imgs/font3.png) |
78+
| 3 | [see file `font3.png`](imgs/font3.png) |
7979
```
8080

8181
The code above creates the table below.
8282

8383
| `FontSize_incr` | Example |
8484
| :---: | ------------------------------------- |
8585
| 0 | [see file `font0.png`](imgs/font0.png) |
86-
| 3 | [see file `font0.png`](imgs/font3.png) |
86+
| 3 | [see file `font3.png`](imgs/font3.png) |
8787

8888
See the markdown docs for other mechanisms to create tables.
8989

0 commit comments

Comments
 (0)