Mwjames has uploaded a new change for review. https://gerrit.wikimedia.org/r/92483
Change subject: Improve docs ...................................................................... Improve docs Change-Id: I87a2c41f31d882115df1975ef6d0df29ba8dc645 --- M docs/README.md M docs/context.md 2 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticMediaWiki refs/changes/83/92483/1 diff --git a/docs/README.md b/docs/README.md index e8edaec..cd67937 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,7 @@ -This document contains resources that can improve the understanding of "How Semantic MediaWiki is working" from a implementation and development point of view. +This document contains resources that can improve the understanding on "how Semantic MediaWiki is working" from an implementation and development point of view. * [Using the WebApi](api.md) * [Using the Dependency Builder/Container](dic.md) * [Interacting with Serializers](serializers.md) -* [Understaning a context object](context.md) +* [Using the context object](context.md) * [List of hooks provided by Semantic MediaWiki](hooks.md) \ No newline at end of file diff --git a/docs/context.md b/docs/context.md index 1fa7a2c..275b758 100644 --- a/docs/context.md +++ b/docs/context.md @@ -67,6 +67,6 @@ $baz = $bar->getBaz(); ``` -For information about "how to use" the DependencyBuilder, please see /dic/README.md. +For information on "how to use" the DependencyBuilder, see [here](dic.md). [ak]: http://accu.org/index.php/journals/246 "The Encapsulate Context Pattern" \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/92483 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I87a2c41f31d882115df1975ef6d0df29ba8dc645 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticMediaWiki Gerrit-Branch: master Gerrit-Owner: Mwjames <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
