Skip to content

Commit

Permalink
documentation text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Noiredd committed Jul 29, 2017
1 parent 66a4dac commit 6819659
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Short list of what PEGAS is capable of:

More info on my KSP [forum thread](http://forum.kerbalspaceprogram.com/index.php?/topic/142213-pegas-powered-explicit-guidance-ascent-system-devlog/), also see my [prototype repository](https://github.com/Noiredd/PEGAS-MATLAB).

### How to use - see [tutorial](tutorial.md) and [reference](reference.md)
### How to use - see [tutorial](docs/tutorial.md) and [reference](docs/reference.md)
1. Dowload files from this repository's [kOS folder](kOS) and place them in your `Script` folder.
2. Define your vehicle and mission.
3. Once on the launch pad, load the definitions from pt. 2. and type `run pegas.` in kOS terminal.
Expand Down
10 changes: 5 additions & 5 deletions docs/issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

PEGAS is a quite complex piece of software, and due to notorious difficulty in debugging anything in kOS (one has to run the entire ascent) it is not free from bugs or errors.
I am willing to provide support and correct those bugs.
The best way to notify me about problems and receive help is via the [issues tracker](../issues).
Private messages on [forum.kerbalspaceprogram.com](forum.kerbalspaceprogram.com) also work.
The best way to notify me about problems and receive help is via the [issues tracker](../../../issues).
Private messages on [forum.kerbalspaceprogram.com](https://forum.kerbalspaceprogram.com) also work.

1. Check the issue tracker - maybe I already know about the problem?
* Check the [tutorial](tutorial.md) and [reference](reference.md) - maybe the answer is there already?
* If not, describe what's wrong.
2. Check the [tutorial](tutorial.md) and [reference](reference.md) - maybe the answer is there already?
3. If not, describe what's wrong.
If you get an error message - what does it say?
If PEGAS crashes - when and how?
If PEGAS fails to get to orbit - provide as much info as you can: `vehicle`, `controls`, `sequence` and `mission` contents, `.craft` file - anything that would allow me to reproduce your issue.
* If the problem requires attaching a `.craft` file, please try to strip it of as many mods as possible. I do run a RO install with plenty of them installed, among others:
4. If the problem requires attaching a `.craft` file, please try to strip it of as many mods as possible. I do run a RO install with plenty of them installed, among others:
ASET Avionics
Cryogenic Engines
Cryogenic Tanks
Expand Down

0 comments on commit 6819659

Please sign in to comment.