aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAlex Touchet <alextouchet@outlook.com>2023-12-16 01:32:20 -0800
committerGitHub <noreply@github.com>2023-12-16 09:32:20 +0000
commite4aed3d06a8a1ef6e7af142f02be95ce2a3065cb (patch)
treeaa7de44aafc11b403ca78a636fd05fe0914a6e9e /etc
parentccf0b739dfca312a65002c443fb09537aa27225b (diff)
downloadservo-e4aed3d06a8a1ef6e7af142f02be95ce2a3065cb.tar.gz
servo-e4aed3d06a8a1ef6e7af142f02be95ce2a3065cb.zip
Update branch name to main (#30877)
Diffstat (limited to 'etc')
-rw-r--r--etc/doc.servo.org/README.md6
-rw-r--r--etc/layout_viewer/viewer.html4
-rw-r--r--etc/layout_viewer/viewer_2020.html4
-rw-r--r--etc/profilicate.py6
4 files changed, 10 insertions, 10 deletions
diff --git a/etc/doc.servo.org/README.md b/etc/doc.servo.org/README.md
index 53b4f03cd6d..4cba1e1d88d 100644
--- a/etc/doc.servo.org/README.md
+++ b/etc/doc.servo.org/README.md
@@ -1,6 +1,6 @@
-[doc.servo.org](https://doc.servo.org)
+[doc.servo.org](https://doc.servo.org/)
=====================================
The Servo documentation.
-This is generated automatically at every push to the `master` branch
-of [Servo’s repository](https://github.com/servo/servo/).
+This is generated automatically at every push to the `main` branch of
+[Servo’s repository](https://github.com/servo/servo).
diff --git a/etc/layout_viewer/viewer.html b/etc/layout_viewer/viewer.html
index 2deded56f8e..e1f5d9e1b5d 100644
--- a/etc/layout_viewer/viewer.html
+++ b/etc/layout_viewer/viewer.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -28,7 +28,7 @@
<div class="row">
<div class="col-sm-12">
<h1> Servo Layout Viewer </h1>
- <p> Check the <a href="https://github.com/servo/servo/blob/master/etc/layout_viewer/README.md">README</a> for instructions.</p>
+ <p> Check the <a href="https://github.com/servo/servo/blob/main/etc/layout_viewer/README">README</a> for instructions.</p>
</div>
</div>
<div class="row">
diff --git a/etc/layout_viewer/viewer_2020.html b/etc/layout_viewer/viewer_2020.html
index 6708127e64b..6189c13f6e5 100644
--- a/etc/layout_viewer/viewer_2020.html
+++ b/etc/layout_viewer/viewer_2020.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
@@ -31,7 +31,7 @@
<p>
Check the
<a
- href="https://github.com/servo/servo/blob/master/etc/layout_viewer/README.md"
+ href="https://github.com/servo/servo/blob/main/etc/layout_viewer/README"
>README</a
>
for instructions.
diff --git a/etc/profilicate.py b/etc/profilicate.py
index 44c734aef99..def71933186 100644
--- a/etc/profilicate.py
+++ b/etc/profilicate.py
@@ -13,9 +13,9 @@
# output a [processed profile]. Based largely on [this script] and
# [this documentation].
#
-# [processed profile]: https://github.com/firefox-devtools/profiler/blob/master/docs-developer/processed-profile-format.md
-# [this script]: https://github.com/firefox-devtools/profiler/blob/master/src/profile-logic/import/linux-perf.js
-# [this documentation]: https://github.com/firefox-devtools/profiler/blob/master/src/types/profile.js
+# [processed profile]: https://github.com/firefox-devtools/profiler/blob/main/docs-developer/processed-profile-format.md
+# [this script]: https://github.com/firefox-devtools/profiler/blob/main/src/profile-logic/import/linux-perf.js
+# [this documentation]: https://github.com/firefox-devtools/profiler/blob/main/src/types/profile.js
from collections import defaultdict
import json