Skip to content

Commit

Permalink
Updating dependencies and links
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb committed Dec 29, 2020
1 parent 0c3b8c2 commit 225f2c7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ worth knowing.

## Standards

We have a set of [coding standards](http://moderntribe.github.io/products-engineering/)
We have a set of [coding standards](http://the-events-calendar.github.io/products-engineering/)
that we follow and encourage others to follow as well. When you submit
Pull Requests, you'll probably notice a friendly bot - `tr1b0t` - that
comments on your PR and suggests changes. Be gentle with him, he's only
Expand All @@ -16,7 +16,7 @@ see in terms of code formatting, so don't ignore him.
## Gulp

We compress/uglify our CSS and JS files using [Gulp](http://gulpjs.com/)
via our very own [`product-taskmaster`](https://github.com/moderntribe/product-taskmaster)
via our very own [`product-taskmaster`](https://github.com/the-events-calendar/product-taskmaster)
repo - which is a collection of gulp tasks. Here's how you get rolling
with that.

Expand Down Expand Up @@ -55,4 +55,4 @@ npm rebuild

### Using Gulp

Our gulp tasks are documented in our [product-taskmanager README](https://github.com/moderntribe/product-taskmaster#gulp-tasks).
Our gulp tasks are documented in our [product-taskmanager README](https://github.com/the-events-calendar/product-taskmaster#gulp-tasks).
2 changes: 1 addition & 1 deletion dev/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "advanced-post-manager",
"version": "4.1.0rc1",
"repository": "[email protected]:moderntribe/advanced-post-manager.git",
"repository": "[email protected]:the-events-calendar/advanced-post-manager.git",
"_zipname": "advanced-post-manager",
"_zipfoldername": "advanced-post-manager",
"_resourcepath": "src/resources",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "advanced-post-manager",
"version": "4.5.0",
"repository": "[email protected]:moderntribe/advanced-post-manager.git",
"repository": "[email protected]:the-events-calendar/advanced-post-manager.git",
"_zipname": "advanced-post-manager",
"_zipfoldername": "advanced-post-manager",
"_resourcepath": "src/resources",
Expand All @@ -27,7 +27,7 @@
"archiver": "^0.10.1",
"glob": "~4.0.5",
"gulp": "^3.9.1",
"product-taskmaster": "git+https://github.com/moderntribe/product-taskmaster.git",
"product-taskmaster": "git+https://github.com/the-events-calendar/product-taskmaster.git",
"require-dir": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The team at Modern Tribe stands by our work and offers light support every Wedne

= SUBMITTING PATCHES =

If you’ve identified a bug and want to submit a patch, we’d welcome it at our <a href="https://github.com/moderntribe/advanced-post-manager">GitHub page for Advanced Post Manager.</a> Simply cue up your proposed patch as a pull request, and we’ll review as part of our monthly release cycle and merge into the codebase if appropriate from there. (If a pull request is rejected, we’ll do our best to tell you why). Users whose pull requests are accepted will receive credit in the plugin’s changelog. For more information, check out the readme at our GitHub page. Happy coding!
If you’ve identified a bug and want to submit a patch, we’d welcome it at our <a href="https://github.com/the-events-calendar/advanced-post-manager">GitHub page for Advanced Post Manager.</a> Simply cue up your proposed patch as a pull request, and we’ll review as part of our monthly release cycle and merge into the codebase if appropriate from there. (If a pull request is rejected, we’ll do our best to tell you why). Users whose pull requests are accepted will receive credit in the plugin’s changelog. For more information, check out the readme at our GitHub page. Happy coding!

== Frequently Asked Questions ==

Expand Down

0 comments on commit 225f2c7

Please sign in to comment.