Skip to content

Commit 7b93166

Browse files
committed
Use default branch name for URL instead of HEAD
Signed-off-by: Sora Morimoto <[email protected]>
1 parent a395cc7 commit 7b93166

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

_data/stage3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
{
131131
"month": 5,
132132
"year": 2021,
133-
"url": "https://github.com/tc39/notes/blob/HEAD/meetings/2021-05/may-25.md#resizable-arraybuffers-for-stage-3"
133+
"url": "https://github.com/tc39/notes/blob/main/meetings/2021-05/may-25.md#resizable-arraybuffers-for-stage-3"
134134
}
135135
]
136136
},
@@ -147,7 +147,7 @@
147147
{
148148
"month": 7,
149149
"year": 2021,
150-
"url": "https://github.com/tc39/notes/blob/HEAD/meetings/2021-07/july-14.md#array-find-from-last"
150+
"url": "https://github.com/tc39/notes/blob/main/meetings/2021-07/july-14.md#array-find-from-last"
151151
}
152152
]
153153
},
@@ -164,7 +164,7 @@
164164
{
165165
"month": 8,
166166
"year": 2021,
167-
"url": "https://github.com/tc39/notes/blob/HEAD/meetings/2021-08/aug-31.md#realms-renaming-bikeshedding-thread"
167+
"url": "https://github.com/tc39/notes/blob/main/meetings/2021-08/aug-31.md#realms-renaming-bikeshedding-thread"
168168
}
169169
]
170170
},

_layouts/menu.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
<li class="submenu-item">
1717
<a
1818
class="menu-link"
19-
href="https://github.com/tc39/agendas/blob/HEAD/2023/09.md"
19+
href="https://github.com/tc39/agendas/blob/main/2023/09.md"
2020
>
2121
{{ site["navigation"]["TC39"]["agenda"] }}
2222
</a>
2323
</li>
2424
<li class="submenu-item">
2525
<a
2626
class="menu-link"
27-
href="https://github.com/tc39/notes/tree/HEAD/meetings/2023-07"
27+
href="https://github.com/tc39/notes/tree/main/meetings/2023-07"
2828
>
2929
{{ site["navigation"]["TC39"]["notes"] }}
3030
</a>

_layouts/page_footer.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,37 +128,37 @@ <h3 id="proposals-label">{{ site["footer"]["proposals"] }}</h3>
128128
<ul aria-labelledby="proposals-label">
129129
<li>
130130
<a
131-
href="https://github.com/tc39/proposals/blob/HEAD/stage-0-proposals.md#stage-0-proposals"
131+
href="https://github.com/tc39/proposals/blob/main/stage-0-proposals.md#stage-0-proposals"
132132
>Stage 0</a
133133
>
134134
</li>
135135
<li>
136136
<a
137-
href="https://github.com/tc39/proposals/blob/HEAD/stage-1-proposals.md#stage-1-proposals"
137+
href="https://github.com/tc39/proposals/blob/main/stage-1-proposals.md#stage-1-proposals"
138138
>Stage 1</a
139139
>
140140
</li>
141141
<li>
142142
<a
143-
href="https://github.com/tc39/proposals/blob/HEAD/README.md#stage-2"
143+
href="https://github.com/tc39/proposals/blob/main/README.md#stage-2"
144144
>Stage 2</a
145145
>
146146
</li>
147147
<li>
148148
<a
149-
href="https://github.com/tc39/proposals/blob/HEAD/README.md#stage-27"
149+
href="https://github.com/tc39/proposals/blob/main/README.md#stage-27"
150150
>Stage 2.7</a
151151
>
152152
</li>
153153
<li>
154154
<a
155-
href="https://github.com/tc39/proposals/blob/HEAD/README.md#stage-3"
155+
href="https://github.com/tc39/proposals/blob/main/README.md#stage-3"
156156
>Stage 3</a
157157
>
158158
</li>
159159
<li>
160160
<a
161-
href="https://github.com/tc39/proposals/blob/HEAD/finished-proposals.md#finished-proposals"
161+
href="https://github.com/tc39/proposals/blob/main/finished-proposals.md#finished-proposals"
162162
>Stage 4</a
163163
>
164164
</li>

0 commit comments

Comments
 (0)