Skip to content

Commit

Permalink
Repo name change
Browse files Browse the repository at this point in the history
  • Loading branch information
pa4080 committed Nov 2, 2021
1 parent 7ddf7ca commit d06bcdb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MSO365Embed.hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author Spas Z. Spasov (source of the idea: https://github.com/WolfgangFahl/PDFEmbed)
* @license LGPLv3 http://opensource.org/licenses/lgpl-3.0.html
* @package MSO365Embed
* @link https://github.com/pa4080/mw-MSO365Embed
* @link https://github.com/metalevel-tech/mw-MSO365Embed
*
*/
class MSO365Embed
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Clone the extension:

```bash
cd $IP/extensions
sudo git clone https://github.com/pa4080/mw-MSO365Embed.git MSO365Embed # HTTPS
sudo git clone git@github.com:pa4080/mw-MSO365Embed.git MSO365Embed # SSH
sudo git clone https://github.com/metalevel-tech/mw-MSO365Embed.git MSO365Embed # HTTPS
sudo git clone git@github.com:metalevel-tech/mw-MSO365Embed.git MSO365Embed # SSH
```

To install this extension, add the following to the end of the `LocalSettings.php` file:
Expand All @@ -47,7 +47,7 @@ $wgGroupPermissions['*']['embed_MSO365'] = true;

See also
---
* [Extension:MSO365Handler](https://github.com/pa4080/mw-MSO365Handler)
* [Extension:MSO365Handler](https://github.com/metalevel-tech/mw-MSO365Handler)

References
---
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"[http://hexmode.com Mark A. Hershberger]",
"and [https://clkoerner.com Chris Koerner]"
],
"url": "https://github.com/pa4080/mw-MSO365Embed",
"url": "https://github.com/metalevel-tech/mw-MSO365Embed",
"descriptionmsg": "mso365embed_description",
"license-name": "LGPL-3.0-only",
"requires": {
Expand Down

0 comments on commit d06bcdb

Please sign in to comment.