Skip to content

Commit dec82b5

Browse files
committed
Switch reference to Moodle HQ
1 parent 52620dc commit dec82b5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ A Moodle PHP environment configured for Moodle development based on [Official PH
66

77
| PHP Version | Tag | Status |
88
|--------------|-----|--------|
9-
| PHP 7.1 | 7.1 | [![Build Status](https://travis-ci.org/danpoltawski/moodle-php-apache.svg?branch=php71)](https://travis-ci.org/danpoltawski/moodle-php-apache)|
10-
| PHP 7.0 | 7.0 | [![Build Status](https://travis-ci.org/danpoltawski/moodle-php-apache.svg?branch=php70)](https://travis-ci.org/danpoltawski/moodle-php-apache)|
11-
|PHP 5.6 | 5.6 | [![Build Status](https://travis-ci.org/danpoltawski/moodle-php-apache.svg?branch=php56)](https://travis-ci.org/danpoltawski/moodle-php-apache)|
9+
| PHP 7.1 | 7.1 | [![Build Status](https://travis-ci.org/moodlehq/moodle-php-apache.svg?branch=php71)](https://travis-ci.org/moodlehq/moodle-php-apache)|
10+
| PHP 7.0 | 7.0 | [![Build Status](https://travis-ci.org/moodlehq/moodle-php-apache.svg?branch=php70)](https://travis-ci.org/moodlehq/moodle-php-apache)|
11+
|PHP 5.6 | 5.6 | [![Build Status](https://travis-ci.org/moodlehq/moodle-php-apache.svg?branch=php56)](https://travis-ci.org/moodlehq/moodle-php-apache)|
1212

1313
# Example usage
1414
The following command will expose the current working directory on port 8080:
1515
```bash
16-
$ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html danpoltawski/moodle-php-apache:7.1
16+
$ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html moodlehq/moodle-php-apache:7.1
1717
```
1818

1919
# Features
2020

2121
* Preconfigured with all php extensions required for Moodle development and all database drivers
2222
* Serves wwroot configured at /var/www/html/
23-
* Verified by [automated tests](https://travis-ci.org/danpoltawski/moodle-php-apache)
23+
* Verified by [automated tests](https://travis-ci.org/moodlehq/moodle-php-apache)
2424

2525
# Directories
2626

@@ -33,6 +33,6 @@ To faciliate testing and easy setup the following directories are created and ow
3333

3434
# See also
3535
This container is part of a set of containers for Moodle development, see also:
36-
* [docker-moodle](https://github.com/danpoltawski/docker-moodle) a docker-composer based set of tools to get Moodle development running with zero configuration
37-
* [moodle-db-mssql](https://github.com/danpoltawski/moodle-db-mssql) Microsoft SQL Server for Linux configured for Moodle development
38-
* [moodle-db-oracle](https://github.com/danpoltawski/moodle-db-oracle) Oracle XE configured for Moodle development
36+
* [docker-moodle](https://github.com/moodlehq/docker-moodle) a docker-composer based set of tools to get Moodle development running with zero configuration
37+
* [moodle-db-mssql](https://github.com/moodlehq/moodle-db-mssql) Microsoft SQL Server for Linux configured for Moodle development
38+
* [moodle-db-oracle](https://github.com/moodlehq/moodle-db-oracle) Oracle XE configured for Moodle development

0 commit comments

Comments
 (0)