mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update branch name to main (#30877)
This commit is contained in:
parent
ccf0b739df
commit
e4aed3d06a
10 changed files with 19 additions and 19 deletions
|
@ -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).
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue