Skip to content

Commit 4c15240

Browse files
committed
Fixed some typos in docs.
1 parent 38cbe83 commit 4c15240

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ See [docs/roadmap.md](docs/roadmap.md)-file.
3232
User oriented documentation can be found on the wiki:
3333
* [Memory Map plugin's Jenkins wiki page](https://wiki.jenkins-ci.org/display/JENKINS/Memory+Map+Plugin)
3434

35-
We are not using the Jenkins CI community issue tracker any more. All issues are tracked using github issues.
35+
We are not using the Jenkins CI community issue tracker any more. All issues are tracked using [Github issues](https://github.com/Praqma/memory-map-plugin/issues).
3636

3737
## Contributing
3838

docs/architecture.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Consider the illustration as an idea on there are some common generic parts in t
1414

1515
![Example of separation in a core memory map utility library](drawings/MemoryMapUtility-architecture.png)
1616

17-
In a future architecture we image first to separate functionality ouf of Jenkins, but even more splitting the MemoryMap plugin into a Memory Map utility with a core and some modules for outputting analysis result, as well as implementing the actual parsing of memory map output files from specific linker/compilers.
17+
In a future architecture we image first to separate functionality out of Jenkins, but even more splitting the MemoryMap plugin into a Memory Map utility with a core and some modules for outputting analysis result, as well as implementing the actual parsing of memory map output files from specific linker/compilers.
1818

19-
* If the core implements a lexer, that can be automatically created based on a grammer it is easy to support new compilers by just adjusting or implemting new grammars.
19+
* If the core implements a lexer, that can be automatically created based on a grammar it is easy to support new compilers by just adjusting or implementing new grammars.
2020
* There should be a graphing tool, so when used without Jenkins it can still show visual results.
2121
* Output should be separated so it can easy be extended to support new output formats.
2222
* There should exist a generic memory map data model, that is intermediate representation of all data from memory maps.
23-
* There should be interfaces to interact with the memory map utility from programming languages and command line to make it useable in a Jenkins plugin, as well as maybe in an IDE as a plugin there.
23+
* There should be interfaces to interact with the memory map utility from programming languages and command line to make it usable in a Jenkins plugin, as well as maybe in an IDE as a plugin there.
2424

25-
Also read the [roadmap](roadmap.md) about future plan.
25+
Also read the [road-map](roadmap.md) about future plan.

0 commit comments

Comments
 (0)