Skip to content

Commit

Permalink
Fixs various links to smw.o
Browse files Browse the repository at this point in the history
  • Loading branch information
kghbln committed Oct 11, 2017
1 parent e58ca27 commit bbf2e16
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Setup

- Maps version:
- MW version:
- MW version:
- PHP version:
- SMW version (if applicable):

Expand All @@ -12,4 +12,4 @@ Detailed description of the issue and a [stack trace](https://www.semantic-media
```
```

Steps to reproduce the observation (recommendation is to use the [sandbox](http://sandbox.semantic-mediawiki.org)):
Steps to reproduce the observation (recommendation is to use the [sandbox](https://sandbox.semantic-mediawiki.org)):
3 changes: 1 addition & 2 deletions Maps.hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function addToAdminLinks( ALTree &$admin_links_tree ) {

$maps_docu_label = wfMessage( 'adminlinks_documentation', 'Maps' )->text();
$smw_docu_row->addItem(
AlItem::newFromExternalLink( 'https://semantic-mediawiki.org/wiki/Maps', $maps_docu_label )
AlItem::newFromExternalLink( 'https://www.semantic-mediawiki.org/wiki/Extension:Maps', $maps_docu_label )
);

return true;
Expand Down Expand Up @@ -62,4 +62,3 @@ public static function onMakeGlobalVariablesScript( array &$vars, OutputPage $ou
}

}

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Maps has been maintained since 2009 and is installed on over 1000 public wikis.

### For wiki users

* [Usage instructions](https://www.semantic-mediawiki.org/wiki/Maps)
* [Usage instructions](https://www.semantic-mediawiki.org/wiki/Extension:Maps)
* [Usage examples](https://www.semantic-mediawiki.org/wiki/Category:Maps_examples)
* [Semantic usage examples](https://www.semantic-mediawiki.org/wiki/Semantic_Maps_examples)

### Getting support

* Ask a question on [the mailing list](https://semantic-mediawiki.org/wiki/Mailing_list)
* Ask a question on [the mailing list](https://www.semantic-mediawiki.org/wiki/Mailing_list)
* Ask a question on the #mediawiki IRC channel on Freenode.
* File an issue on [our issue tracker](https://github.com/JeroenDeDauw/Maps/issues) (technical issues only)

Expand Down
2 changes: 1 addition & 1 deletion i18n/qqq.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"maps-load-failed": "This is an error message.",
"maps-markers": "{{Identical|Marker}}",
"maps-copycoords-prompt": "This is the text displayed in JavaScript prompt to indicate first press ctrl+c to copy text, and press enter to close prompt.",
"maps-searchmarkers-text": "{{doc-important|Translate \"Filter\" as being a word.}}\nThis message is located within an input box to assist users with the input. This fuctionality allows to filter the markers based on the input one provides. See the [https://semantic-mediawiki.org/wiki/Maps_examples/OpenLayers_searchmarkers live example].",
"maps-searchmarkers-text": "{{doc-important|Translate \"Filter\" as being a word.}}\nThis message is located within an input box to assist users with the input. This fuctionality allows to filter the markers based on the input one provides. See the [https://www.semantic-mediawiki.org/wiki/Maps_examples/OpenLayers_searchmarkers live example].",
"maps-others": "{{Identical|Other}}",
"maps-kml-parsing-failed": "This is an error message.",
"maps-ns-layer": "This is the name of the \"Layer\" namespace. The term \"Layer\" should be identical to the one used for the corresponding namespace. See {{msg-mw|Maps-ns-layer-talk}}\n\n{{Identical|Layer}}",
Expand Down
3 changes: 1 addition & 2 deletions tests/Integration/parsers/LocationParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ public function testGivenTitleThatIsLink_linkIsSetAndTitleIsNot( $link ) {

public function linkProvider() {
return [
[ 'https://semantic-mediawiki.org' ],
[ 'http://www.semantic-mediawiki.org' ],
[ 'https://www.semantic-mediawiki.org' ],
[ 'irc://freenode.net' ],
];
}
Expand Down

0 comments on commit bbf2e16

Please sign in to comment.