Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .linkcheck.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
{ "pattern": "^https://mozilla.udemy.com" },
{ "pattern": "^https://sso.mozilla.com" },
{ "pattern": "^https://experimenter.services.mozilla.com" },
{ "pattern": "^https://bugzilla.mozilla.org" },
{ "pattern": "^#bigquery-materialized-views$" },
{ "pattern": "^#looker-pdts--aggregate-awareness$" },
{ "pattern": "^#experiment-unpacking$" },
Expand Down
4 changes: 1 addition & 3 deletions src/concepts/censuses.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Legacy Census Metrics

> **⚠** The information in this document is obsolete. This content was originally included in the [Project Smoot existing metrics report][smootv1] (Mozilla internal link).

[smootv1]: https://mozilla-private-report.protosaur.dev/smoot-existing-metrics/book/05_overview.html
> **⚠** The information in this document is obsolete. This content was originally included in the Project Smoot existing metrics report.

ADI and DAU are oft-discussed censuses. This chapter discusses their history and definition.

Expand Down
5 changes: 1 addition & 4 deletions src/concepts/engagement.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Engagement metrics

> This section was originally included in the [Project Smoot existing metrics report][smootv1]
> (Mozilla internal link).

[smootv1]: https://mozilla-private-report.protosaur.dev/smoot-existing-metrics/book/05_overview.html
> This section was originally included in the Project Smoot existing metrics report.

A handful of metrics have been adopted as engagement metrics, either as
censuses of the population or to describe user activity within a
Expand Down
6 changes: 2 additions & 4 deletions src/concepts/history.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# A brief history of Mozilla data collection

> This section was originally included in the [Project Smoot existing metrics report][smootv1]
> (Mozilla internal link); the DTMO version has been updated to reflect changes to the data platform.

[smootv1]: https://mozilla-private-report.protosaur.dev/smoot-existing-metrics/book/05_overview.html
> This section was originally included in the Project Smoot existing metrics report;
> the DTMO version has been updated to reflect changes to the data platform.

## `blocklist.xml` and Active Daily Installs (ADI)

Expand Down
2 changes: 1 addition & 1 deletion src/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ to check.
## Review

Once you're happy with your contribution, open a pull request (PR). Give your PR a meaningful commit message
(see [this article on commit message guidelines](https://chris.beams.io/posts/git-commit/) for some suggestions).
(see [this article on commit message guidelines](https://cbea.ms/git-commit) for some suggestions).
If there is a bug associated with your documentation, title it in the form of `Bug 1234 - <descriptive one-liner>` - that way, the [Bugzilla PR linker](https://github.com/mozilla/github-bugzilla-pr-linker) will pick up the PR and attach it to the bug.

After filing your PR, assign the appropriate person for review (GitHub will usually provide some suggestions), assuming you have permissions to do so yourself.
Expand Down