Skip to content

Commit 8779511

Browse files
committed
GEODE-2156: Update mailing list references
1 parent 06800cc commit 8779511

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ after_failure:
3232
notifications:
3333
email:
3434
recipients:
35-
- dev@geode.incubator.apache.org
35+
3636
on_success: change
3737
on_failure: change
3838

dev-tools/docker/base/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
FROM centos:centos7
18-
MAINTAINER Geode Community <dev@geode.incubator.apache.org>
18+
MAINTAINER Geode Community <[email protected]>
1919

2020
LABEL Vendor="Apache Geode"
2121
LABEL version=unstable

dev-tools/docker/compile/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
FROM geode/base:0.1
18-
MAINTAINER Geode Community <dev@geode.incubator.apache.org>
18+
MAINTAINER Geode Community <[email protected]>
1919

2020
LABEL Vendor="Apache Geode"
2121
LABEL version=unstable

dev-tools/docker/docs/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
FROM ruby:2.3.0
18-
MAINTAINER Geode Community <dev@geode.incubator.apache.org>
18+
MAINTAINER Geode Community <[email protected]>
1919

2020
LABEL Vendor="Apache Geode"
2121
LABEL version=unstable

geode-book/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This document contains instructions for building and viewing the Apache Geode Us
1010

1111
## About
1212

13-
Apache Geode provides the full source for the Apache Geode User Guide in markdown format (see `{geode-project-dir}/geode-docs/CONTRIBUTE.md`). The latest check-ins to `{geode-project-dir}/geode-docs` on the `develop` branch are regularly built and published to http://geode.incubator.apache.org/docs/. Users can build the markdown into an HTML user guide using [Bookbinder](https://github.com/pivotal-cf/bookbinder) and the instructions below.
13+
Apache Geode provides the full source for the Apache Geode User Guide in markdown format (see `{geode-project-dir}/geode-docs/CONTRIBUTE.md`). The latest check-ins to `{geode-project-dir}/geode-docs` on the `develop` branch are regularly built and published to http://geode.apache.org/docs/. Users can build the markdown into an HTML user guide using [Bookbinder](https://github.com/pivotal-cf/bookbinder) and the instructions below.
1414

1515
Bookbinder is a Ruby gem that binds a unified documentation web application from markdown, html, and/or DITA source material. The source material for bookbinder must be stored either in local directories or in GitHub repositories. Bookbinder runs [Middleman](http://middlemanapp.com/) to produce a Rackup app that can be deployed locally or as a web application.
1616

@@ -89,4 +89,4 @@ Once you have reviewed your local build of the User Guide, you can embed it in t
8989
9090
You can now view the local website at http://localhost:3000.
9191
92-
4. Once you have reviewed your changes, follow the instructions at `{geode-project-dir}/geode-site/website/README.md` for propagating changes to the `asf-site` branch.
92+
4. Once you have reviewed your changes, follow the instructions at `{geode-project-dir}/geode-site/website/README.md` for propagating changes to the `asf-site` branch.

geode-book/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ sections:
2525
subnav_template: geode-subnav
2626

2727
template_variables:
28-
support_url: http://geode.incubator.apache.org/community
29-
product_url: http://geode.incubator.apache.org/
30-
book_title: Apache Geode (Incubating) Documentation
31-
support_link: <a href="http://geode.incubator.apache.org/community" target="_blank">Community</a>
32-
support_call_to_action: <a href="http://geode.incubator.apache.org/community" target="_blank">Need Help?</a>
33-
product_link: <div class="header-item"><a href="http://geode.incubator.apache.org/">Back to Geode Page</a></div>
28+
support_url: http://geode.apache.org/community
29+
product_url: http://geode.apache.org/
30+
book_title: Apache Geode Documentation
31+
support_link: <a href="http://geode.apache.org/community" target="_blank">Community</a>
32+
support_call_to_action: <a href="http://geode.apache.org/community" target="_blank">Need Help?</a>
33+
product_link: <div class="header-item"><a href="http://geode.apache.org/">Back to Geode Page</a></div>
3434
domain_name: apache.org
3535
book_title_short: Geode Docs
3636

geode-book/redirects.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
#express or implied. See the License for the specific language governing
1414
#permissions and limitations under the License.
1515

16-
r301 %r{/releases/latest/javadoc/(.*)}, 'http://geode.incubator.apache.org/releases/latest/javadoc/$1'
16+
r301 %r{/releases/latest/javadoc/(.*)}, 'http://geode.apache.org/releases/latest/javadoc/$1'
1717
rewrite '/', '/docs/guide/about_geode.html'
1818
rewrite '/index.html', '/docs/guide/about_geode.html'

geode-core/src/main/java/org/apache/geode/cache/partition/PartitionListenerAdapter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* {@link org.apache.geode.cache.Declarable}
2929
* </p>
3030
*
31-
* Note : Please request help on the Geode developer mailing list (dev@geode.incubator.apache.org)
31+
* Note : Please request help on the Geode developer mailing list ([email protected])
3232
* before using these APIs.
3333
*
3434
*

geode-core/src/main/java/org/apache/geode/internal/i18n/LocalizedStrings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7584,7 +7584,7 @@ public class LocalizedStrings {
75847584
public static final StringId SwaggerConfig_EULA_LINK =
75857585
new StringId(6619, "http://www.apache.org/licenses/");
75867586
public static final StringId SwaggerConfig_DEVELOPER_EMAIL =
7587-
new StringId(6620, "dev@geode.incubator.apache.org");
7587+
new StringId(6620, "[email protected]");
75887588
public static final StringId SwaggerConfig_DOC_TITLE =
75897589
new StringId(6621, "Apache Geode Documentation");
75907590
public static final StringId SwaggerConfig_PRODUCT_LINK =

geode-examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Apache Geode examples
22

3-
This is the home of Apache Geode examples that are bundled with the project. Contributions<sup>[2]</sup> and corrections are welcome. Please talk to us about your suggestions at [dev@geode.incubator.apache.org](mailto:dev@geode.incubator.apache.org) or submit a [pull request](https://github.com/apache/incubator-geode/pull/new/develop).
3+
This is the home of Apache Geode examples that are bundled with the project. Contributions<sup>[2]</sup> and corrections are welcome. Please talk to us about your suggestions at [[email protected]](mailto:[email protected]) or submit a [pull request](https://github.com/apache/incubator-geode/pull/new/develop).
44

55
## Example requirements
66

geode-spark-connector/doc/2_quick.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Geode Connector functionalities.
66
### Prerequisites
77

88
Before you start, you should have basic knowledge of Geode and Spark.
9-
Please refer to [Geode Documentation](http://geode.incubator.apache.org/docs/)
9+
Please refer to [Geode Documentation](http://geode.apache.org/docs/)
1010
and [Spark Documentation](https://spark.apache.org/docs/latest/index.html) for
1111
details. If you are new to Geode, this
1212
[Quick Start Guide](http://geode-docs.cfapps.io/docs/getting_started/15_minute_quickstart_gfsh.html)

0 commit comments

Comments
 (0)