Skip to content

Commit 42dc54a

Browse files
authored
Merge pull request #23 from kabalin/docs
Few more minor doc improvements.
2 parents 4be4446 + 165e8a5 commit 42dc54a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/Help.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ changed. Also a good place to look for new goodies.
1919

2020
## Upgrade guides
2121

22+
* [Upgrading to Version 3](UPGRADE-3.0.md)
2223
* [Upgrading to Version 2](UPGRADE-2.0.md)
2324

2425

@@ -27,3 +28,7 @@ changed. Also a good place to look for new goodies.
2728
If the above links do not help you, and Google has failed you as well, then please feel free
2829
to submit an [new issue](https://github.com/moodlehq/moodle-plugin-ci/issues/new) providing
2930
as many relevant details as possible.
31+
32+
Also, it is sometimes useful to dig into source code of `moodle-plugin-ci`, this may
33+
help to understand what is done on background and identify why something does
34+
not work as expected for you.

docs/UPGRADE-3.0.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ Detailed information about what changed in Version 3 can be found in the [change
1818
Review the updated [.travis.dist.yml](https://github.com/moodlehq/moodle-plugin-ci/blob/master/.travis.dist.yml)
1919
and update your `.travis.yml` file in your plugin. For detailed information about the contents of `.travis.dist.yml`
2020
file, please see this [help document](TravisFileExplained.md). **Please carefully** review the updated
21-
`.travis.dist.yml` as some steps have been removed and others added, like installation of Java 8,
22-
upgrade of NodeJS, etc.
21+
`.travis.dist.yml` as some steps have been removed (like installation of Java 8, installing of NodeJS, etc.) and others added.
2322

2423
A summary of the actions required may be:
2524

0 commit comments

Comments
 (0)