Skip to content

Commit

Permalink
Move documentation links from .io to .com
Browse files Browse the repository at this point in the history
Add a 301 from materialize.io to materialize.com. Update all
references to materialize.io with two exceptions:
packages.materialize.io and email addresses.
  • Loading branch information
benLogN committed Nov 5, 2020
1 parent 2d6852d commit 0b97dff
Show file tree
Hide file tree
Showing 32 changed files with 82 additions and 78 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ in the infrastructure repository. All of these tests can be run in parallel.
- Use the following contents as the description, updating the version
number appropriately:
```markdown
* [Release notes](https://materialize.io/docs/release-notes/#v0.#.#)
* [Binary tarballs](https://materialize.io/docs/versions/)
* [Installation instructions](https://materialize.io/docs/install/)
* [Documentation](https://materialize.io/docs/)
* [Release notes](https://materialize.com/docs/release-notes/#v0.#.#)
* [Binary tarballs](https://materialize.com/docs/versions/)
* [Installation instructions](https://materialize.com/docs/install/)
* [Documentation](https://materialize.com/docs/)
```
### Update the main branch for the next version
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you have questions, please [create a Github issue](https://github.com/Materia

## Getting started

The best place to start using Materialize is probably the documentation [instructions](https://materialize.io/docs).
The best place to start using Materialize is probably the documentation [instructions](https://materialize.com/docs).

## Developing Materialize

Expand All @@ -28,8 +28,8 @@ printed from the `materialized` binary.

When landing large or substantial changes, we want to make sure users are aware of the work you're doing! This means we require:

- Coordination with a technical writer to generate or update user-facing documentation that will show up on <materialize.io/docs>. If you have questions, open an issue with the `A-docs` tag.
- Generating release notes by describing your change in `doc/user/release-notes.md`. If there any questions about which version the feature will be released in, consult <materialize.io/docs/versions> or chat with us.
- Coordination with a technical writer to generate or update user-facing documentation that will show up on <materialize.com/docs>. If you have questions, open an issue with the `A-docs` tag.
- Generating release notes by describing your change in `doc/user/release-notes.md`. If there any questions about which version the feature will be released in, consult <materialize.com/docs/versions> or chat with us.

#### Changes that require documentation

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Change License: Apache License, Version 2.0


For information about alternative licensing arrangements for the Software,
please visit https://materialize.io/cloud.
please visit https://materialize.com/cloud.

Notice

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Build status](https://badge.buildkite.com/97d6604e015bf633d1c2a12d166bb46f3b43a927d3952c999a.svg?branch=main)](https://buildkite.com/materialize/tests)
[![Doc reference](https://img.shields.io/badge/doc-reference-orange)](https://materialize.io/docs)
[![Doc reference](https://img.shields.io/badge/doc-reference-orange)](https://materialize.com/docs)
[![Chat on Slack](https://img.shields.io/badge/chat-on%20slack-purple)](https://join.slack.com/t/materializecommunity/shared_invite/zt-igbcmoxh-5V7XXMBIeDe7PFHO6sG6Dw)

[<img src="https://materialize.io/wp-content/uploads/2020/01/materialize_logo_primary.png" width=60%>](https://materialize.io)
[<img src="https://materialize.com/wp-content/uploads/2020/01/materialize_logo_primary.png" width=60%>](https://materialize.com)

Materialize is a streaming database for real-time applications.

Expand Down Expand Up @@ -89,17 +89,17 @@ If you want to use an ORM, [chat with us](https://github.com/MaterializeInc/mate

## Get started

Check out [our getting started guide](https://materialize.io/docs/get-started/).
Check out [our getting started guide](https://materialize.com/docs/get-started/).

## Documentation

Check out [our documentation](https://materialize.io/docs/).
Check out [our documentation](https://materialize.com/docs/).

## License

Materialize is source-available and [licensed](LICENSE) under the BSL 1.1, converting to the open-source Apache 2.0 license after 4 years. As stated in the BSL, Materialize is free forever on a single node.

Materialize is also available as [a paid cloud service](https://materialize.io/download/) with additional features such as high availability via multi-active replication.
Materialize is also available as [a paid cloud service](https://materialize.com/download/) with additional features such as high availability via multi-active replication.

## How does it work?

Expand Down
2 changes: 1 addition & 1 deletion ci/www/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
set -euo pipefail

git clean -ffdX ci/www/public
hugo --gc --baseURL https://ci.materialize.io/docs --source doc/user --destination ../../ci/www/public/docs
hugo --gc --baseURL https://ci.materialize.com/docs --source doc/user --destination ../../ci/www/public/docs
echo "<!doctype html>" > ci/www/public/index.html
htmltest -s ci/www/public -c doc/user/.htmltest.yml
8 changes: 6 additions & 2 deletions ci/www/public/_redirects
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Redirect materialize.io to materialize.com
http://materialize.io/* https://materialize.com/:splat 301!
https://materialize.io/* https://materialize.com/:splat 301!

# Force HTTP to HTTPS.
http://materialize.io/* https://materialize.io/:splat 301!
http://materialize.com/* https://materialize.com/:splat 301!

# Evergreen, readable shortlinks.
#
# The materialize.io/s/ namespace is reserved for shortlinks. The idea is that
# The materialize.com/s/ namespace is reserved for shortlinks. The idea is that
# even if we change hosting providers, or switch platforms for the marketing
# website, the /s path can always be easily reserved for shortlinks.
#
Expand Down
2 changes: 1 addition & 1 deletion demo/billing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ for client 1 you could run:
SELECT * FROM billing_monthly_statement WHERE client_id = 1;
```

Check out our [docs](https://materialize.io/docs/) for more info on what you can do!
Check out our [docs](https://materialize.com/docs/) for more info on what you can do!
2 changes: 1 addition & 1 deletion demo/billing/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//! a Kafka topic and a local file, and perform time based aggregates.
//!
//! Further details can be found on the Materialize docs:
//! <https://materialize.io/docs/demos/microservice/>
//! <https://materialize.com/docs/demos/microservice/>
#![deny(missing_debug_implementations, missing_docs)]

Expand Down
2 changes: 1 addition & 1 deletion demo/simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ series of Docker images glued together via Docker Compose. As a secondary
benefit, you can run the demo via Linux, an EC2 VM instance, or a Mac laptop.

For a better sense of what this deployment looks like, see our [architecture
documentation](https://materialize.io/docs/overview/architecture)––the only
documentation](https://materialize.com/docs/overview/architecture)––the only
components not accounted for there are:

- Kafka's infrastructure (e.g. Zookeeper)
Expand Down
8 changes: 4 additions & 4 deletions doc/developer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ This is the root directory of the Materialize developer documentation, which
describes our engineering process and philosophy.

For a more general introduction to Materialize, see the [user
documentation](https://materialize.io/docs). For API documentation, see
documentation](https://materialize.com/docs). For API documentation, see
[mtrlz.dev](https://mtrlz.dev).

## New contributors

If you're a new contributor, we recommend reading the following chapters in the
user documentation, if you haven't already:

1. [Get Started](https://materialize.io/docs/get-started/)
2. [What Is Materialized?](https://materialize.io/docs/overview/what-is-materialize/)
3. [Architecture Overview](https://materialize.io/docs/overview/architecture/)
1. [Get Started](https://materialize.com/docs/get-started/)
2. [What Is Materialized?](https://materialize.com/docs/overview/what-is-materialize/)
3. [Architecture Overview](https://materialize.com/docs/overview/architecture/)

Then, once you're up to speed, dive into the [developer guide](guide.md). The
guide is intended to be skimmed from start to finish, to give you the lay of the
Expand Down
6 changes: 3 additions & 3 deletions doc/developer/demos.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ as an officially supported demo, a new demo must:
- Have CI tests that run for every PR.

Currently, there are three officially supported demos:
- [Business Intelligence](https://materialize.io/docs/demos/business-intelligence/)
- [Log Parsing](https://materialize.io/docs/demos/log-parsing/)
- [Microservice](https://materialize.io/docs/demos/microservice/)
- [Business Intelligence](https://materialize.com/docs/demos/business-intelligence/)
- [Log Parsing](https://materialize.com/docs/demos/log-parsing/)
- [Microservice](https://materialize.com/docs/demos/microservice/)

## Play Demos

Expand Down
2 changes: 1 addition & 1 deletion doc/developer/guide-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ submit a PR to fix it!
[google-guide]: https://google.github.io/eng-practices/review/
[imperative]: https://en.wikipedia.org/wiki/Imperative_mood
[pr-phrasings]: https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
[release notes]: https://materialize.io/docs/release-notes/
[release notes]: https://materialize.com/docs/release-notes/
[reqwest]: https://github.com/seanmonstar/reqwest
[rust-rdkafka]: https://github.com/fede1024/rust-rdkafka
[rust-prometheus]: https://github.com/MaterializeInc/rust-prometheus
Expand Down
4 changes: 2 additions & 2 deletions doc/developer/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ See the [symbiosis crate documentation](https://mtrlz.dev/api/symbiosis) for
more details.

**Note:** As of August 2020, we're laying the groundwork to phase out symbiosis
mode with [tables](https://materialize.io/docs/sql/create-table). But we're
mode with [tables](https://materialize.com/docs/sql/create-table). But we're
stuck with symbiosis mode until tables support `UPDATE` and `DELETE`—at the time
of writing they only support [`INSERT`](https://materialize.io/docs/sql/insert).
of writing they only support [`INSERT`](https://materialize.com/docs/sql/insert).

## Web UI

Expand Down
4 changes: 2 additions & 2 deletions doc/developer/project-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ When filing an issue, these are the rules to adhere to:

When landing large or substantial changes, we want to make sure users are aware of the work you're doing! This means we require:

- Coordination with a technical writer to generate or update user-facing documentation that will show up on <materialize.io/docs>. If you have questions, open an issue with the `A-docs` tag.
- Generating release notes by describing your change in `doc/user/release-notes.md`. If there any questions about which version the feature will be released in, consult <materialize.io/docs/versions> or chat with us.
- Coordination with a technical writer to generate or update user-facing documentation that will show up on <materialize.com/docs>. If you have questions, open an issue with the `A-docs` tag.
- Generating release notes by describing your change in `doc/user/release-notes.md`. If there any questions about which version the feature will be released in, consult <materialize.com/docs/versions> or chat with us.

### Changes that require documentation

Expand Down
2 changes: 1 addition & 1 deletion doc/user/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# User docs

This is the root directory of the Materialize user documentation, which are
rendered by [Hugo] locally and published by CI to <https://materialize.io/docs>.
rendered by [Hugo] locally and published by CI to <https://materialize.com/docs>.

## Viewing the docs locally

Expand Down
32 changes: 16 additions & 16 deletions doc/user/assets/sass/_fonts.scss
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
@font-face {
font-family: "RM Neue";
src: url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-Bold.woff2") format("woff2"),
url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-Bold.woff") format("woff");
src: url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-Bold.woff2") format("woff2"),
url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-Bold.woff") format("woff");
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: "RM Neue";
src: url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-BoldItalic.woff2") format("woff2"),
url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-Bold.woff") format("woff");
src: url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-BoldItalic.woff2") format("woff2"),
url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-Bold.woff") format("woff");
font-weight: bold;
font-style: italic;
}

@font-face {
font-family: "RM Neue";
src: url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-SemiBold.woff2") format("woff2"),
url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-SemiBold.woff") format("woff");
src: url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-SemiBold.woff2") format("woff2"),
url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-SemiBold.woff") format("woff");
font-weight: 600;
font-style: normal;
}

@font-face {
font-family: "RM Neue";
src: url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-SemiBoldItalic.woff2") format("woff2"),
url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-SemiBoldItalic.woff") format("woff");
src: url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-SemiBoldItalic.woff2") format("woff2"),
url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-SemiBoldItalic.woff") format("woff");
font-weight: 600;
font-style: italic;
}

@font-face {
font-family: "RM Neue";
src: url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-Regular.woff2") format("woff2"),
url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-Regular.woff") format("woff");
src: url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-Regular.woff2") format("woff2"),
url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-Regular.woff") format("woff");
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: "RM Neue";
src: url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-Italic.woff2") format("woff2"),
url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-Italic.woff") format("woff");
src: url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-Italic.woff2") format("woff2"),
url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-Italic.woff") format("woff");
font-weight: 500;
font-style: italic;
}

@font-face {
font-family: "RM Neue";
src: url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-Light.woff2") format("woff2"),
url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-Light.woff") format("woff");
src: url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-Light.woff2") format("woff2"),
url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-Light.woff") format("woff");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "RM Neue";
src: url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-LightItalic.woff2") format("woff2"),
url("https://materialize.io/wp-content/themes/materialize/fonts/RMNeue-LightItalic.woff") format("woff");
src: url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-LightItalic.woff2") format("woff2"),
url("https://materialize.com/wp-content/themes/materialize/fonts/RMNeue-LightItalic.woff") format("woff");
font-weight: normal;
font-style: italic;
}
2 changes: 1 addition & 1 deletion doc/user/content/cli/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,4 @@ parameter.

Unless disabled with `--disable-telemetry`, upon startup `materialized`
reports its current version and cluster id to a central server operated by
materialize.io. If a newer version is available a warning will be logged.
materialize.com. If a newer version is available a warning will be logged.
2 changes: 1 addition & 1 deletion doc/user/content/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ instructions install the latest release of Materialize, **{{< version >}}**. The
developer builds are available at https://mtrlz.dev/. For prior releases,
see the [Versions page](/versions).

**Have any questions?** [Contact us](https://materialize.io/contact/)
**Have any questions?** [Contact us](https://materialize.com/contact/)

## Docker

Expand Down
6 changes: 3 additions & 3 deletions doc/user/content/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Strive for some variety of verbs. "Support new feature" gets boring as a release
note.

Use relative links (/path/to/doc), not absolute links
(https://materialize.io/docs/path/to/doc).
(https://materialize.com/docs/path/to/doc).

Wrap your release notes at the 80 character mark.
{{< /comment >}}
Expand Down Expand Up @@ -313,7 +313,7 @@ Wrap your release notes at the 80 character mark.
- Change the default [`TAIL` snapshot behavior](/sql/tail/#with-snapshot-or-without-snapshot)
from `WITHOUT SNAPSHOT` to `WITH SNAPSHOT`. **Backwards-incompatible change.**

- Actively shut down [Kafka sinks](https://materialize.io/docs/sql/create-sink/#kafka-sinks)
- Actively shut down [Kafka sinks](https://materialize.com/docs/sql/create-sink/#kafka-sinks)
that encounter an unrecoverable error, rather than attempting to produce data
until the sink is dropped {{% gh 3419 %}}.

Expand Down Expand Up @@ -387,7 +387,7 @@ Wrap your release notes at the 80 character mark.
created if you had used [`CREATE MATERIALIZED VIEW`](/sql/create-materialized-view).
- Permit control over the timestamp selection logic on a per-Kafka-source basis
via three new [`WITH` options](https://materialize.io/docs/sql/create-source/avro-kafka/#with-options):
via three new [`WITH` options](https://materialize.com/docs/sql/create-source/avro-kafka/#with-options):
- `timestamp_frequency_ms`
- `max_timestamp_batch_size`
- `topic_metadata_refresh_interval_ms`
Expand Down
2 changes: 1 addition & 1 deletion doc/user/content/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ are using an unsupported version, please check that the issue reproduces on a
supported version before engaging with our support team.

Additional support options, including guaranteed SLAs, can be arranged upon
request. Please reach out to our sales team at <https://materialize.io/contact/>.
request. Please reach out to our sales team at <https://materialize.com/contact/>.

## Versioning policy

Expand Down
18 changes: 9 additions & 9 deletions doc/user/layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<header id="main">
<a href="/">
<img src="https://materialize.io/wp-content/uploads/2020/02/materialize_logo_primary-1.png" alt="Materialize Logo">
<img src="https://materialize.com/wp-content/uploads/2020/02/materialize_logo_primary-1.png" alt="Materialize Logo">
</a>

<ul class="menu">
<li><a href="https://materialize.io/">Home</a></li>
<li><a href="https://materialize.io/product/">Product</a></li>
<li><a href="https://materialize.io/docs/">Docs</a></li>
<li><a href="https://materialize.io/blog/">Blog</a></li>
<li><a href="https://materialize.io/about/">About</a></li>
<li><a href="https://materialize.io/careers/">Careers</a></li>
<li><a href="https://materialize.io/contact/">Contact</a></li>
<li><a href="https://materialize.com/">Home</a></li>
<li><a href="https://materialize.com/product/">Product</a></li>
<li><a href="https://materialize.com/docs/">Docs</a></li>
<li><a href="https://materialize.com/blog/">Blog</a></li>
<li><a href="https://materialize.com/about/">About</a></li>
<li><a href="https://materialize.com/careers/">Careers</a></li>
<li><a href="https://materialize.com/contact/">Contact</a></li>
<li><a class="button button-purple" href="https://github.com/MaterializeInc/materialize">Github</a></li>
<li><a class="button button-lime" href="https://materialize.io/download/">Download</a></li>
<li><a class="button button-lime" href="https://materialize.com/download/">Download</a></li>
</ul>
</header>
2 changes: 1 addition & 1 deletion misc/monitoring/dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ contains both Prometheus and Grafana (and some other tools) so that folks can ve
quickly introspect their materialized, before they're ready to necessarily spin up
production monitoring pointing at materialized.

User documentation is at https://materialize.io/docs/monitoring/ (or
User documentation is at https://materialize.com/docs/monitoring/ (or
[doc/user/content/monitoring/_index.md][doc] locally).


Expand Down
Loading

0 comments on commit 0b97dff

Please sign in to comment.