Skip to content

Commit

Permalink
[v3] Update Markdown files to latest spec (#83)
Browse files Browse the repository at this point in the history
All Markdown files should, from this point on, start with a level one heading.
See exercism/configlet#150 for the rationale behind these changes.

The full specification can be found [here](https://github.com/exercism/docs/blob/main/contributing/standards/markdown.md).
  • Loading branch information
ErikSchierboom authored May 4, 2021
1 parent 3037554 commit 7342519
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Installation

You'll need access to a mounted Oracle DB. If you don't have one already
installed, here are a few options:
* get a free workspace at https://apex.oracle.com
Expand Down
2 changes: 1 addition & 1 deletion docs/LEARNING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Recommended Learning Resources
# Recommended Learning Resources

Exercism provides exercises and feedback but there are a number of resources
that can help you get started more smoothely:
Expand Down
2 changes: 2 additions & 0 deletions docs/RESOURCES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Resources

* [Oracle - PL/SQL Language Reference ](http://docs.oracle.com/cd/E11882_01/appdev.112/e25519/toc.htm)
* [Builtin Function Reference](http://psoug.org/reference/builtin_functions.html)
* [Ask Tom](https://asktom.oracle.com/) - Advice by the PL/SQL Guru
Expand Down
2 changes: 2 additions & 0 deletions docs/TESTS.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Tests

The command to execute the tests for each problem will be part of the test
file. To run the test, you need to be connected to a mounted Oracle DB.

0 comments on commit 7342519

Please sign in to comment.