Skip to content

Commit 7a9941d

Browse files
committed
remove references to Mpdreamz/docset-builder
1 parent 26dd0d6 commit 7a9941d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
env:
1515
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages
16-
IMAGE_NAME: mpdreamz/docs-builder
16+
IMAGE_NAME: elastic/docs-builder
1717
BASE_IMAGE: mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-jammy-chiseled-aot
1818
DOCKER_TAG: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && 'latest;edge' || 'edge' }}
1919

@@ -37,9 +37,9 @@ jobs:
3737
id: pages
3838
uses: actions/[email protected]
3939
- name: Build documentation
40-
uses: Mpdreamz/docset-builder@main
40+
uses: elastic/docs-builder@main
4141
with:
42-
prefix: "docset-builder"
42+
prefix: "docs-builder"
4343
- name: Upload artifact
4444
uses: actions/[email protected]
4545
with:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Build documentation
23-
uses: Mpdreamz/docset-builder@main
23+
uses: elastic/docs-builder@main
2424

2525
build:
2626
runs-on: ubuntu-latest

src/Elastic.Markdown/Slices/Layout/_Footer.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="sy-foot-reserved md:flex justify-between items-center">
44
<div class="sy-foot-copyright"><p>2024, Elasticsearch B.V. All Rights Reserved.</p>
55

6-
<p> Made with <a href="https://github.com/Mpdreamz/docset-builder">Elastic.Markdown</a> and <a href="https://shibuya.lepture.com">Shibuya theme</a>.
6+
<p> Made with <a href="https://github.com/elastic/docs-builder">Elastic.Markdown</a> and <a href="https://shibuya.lepture.com">Shibuya theme</a>.
77
</p>
88
</div>
99
<div class="sy-foot-socials"></div>

0 commit comments

Comments
 (0)