Skip to content

Commit

Permalink
update repo URL (withastro#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Nov 23, 2021
1 parent 9ed6b3c commit 7476a92
Show file tree
Hide file tree
Showing 100 changed files with 194 additions and 194 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/congratsbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
congrats:
name: "discord:congratsbot"
if: github.repository == 'snowpackjs/astro'
if: github.repository == 'withastro/astro'
runs-on: ubuntu-latest
steps:
- id: setup
Expand All @@ -21,4 +21,4 @@ jobs:
# DISCORD_AVATAR: ${{ github.event.pull_request.user.avatar_url }}
uses: Ilshidur/[email protected]
with:
args: '**Sweet!** <${{ github.event.commits[0].author.name }}> just merged ["\"${{ steps.setup.outputs.COMMIT_MSG }}\""](<https://github.com/snowpackjs/astro/commits/main>) ```${{ github.event.commits[0].message }}```'
args: '**Sweet!** <${{ github.event.commits[0].author.name }}> just merged ["\"${{ steps.setup.outputs.COMMIT_MSG }}\""](<https://github.com/withastro/astro/commits/main>) ```${{ github.event.commits[0].message }}```'
6 changes: 3 additions & 3 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
uses: srggrs/[email protected]
if: github.event.action == 'opened' && startsWith(github.event.issue.title, '🐛 BUG:')
with:
project: 'https://github.com/snowpackjs/astro/projects/2'
project: 'https://github.com/withastro/astro/projects/2'
column_name: 'Needs Triage'

- name: Assign RFCs to the RFC Tracker
uses: srggrs/[email protected]
if: github.event.action == 'opened' && startsWith(github.event.issue.title, '💡 RFC:')
with:
project: 'https://github.com/snowpackjs/astro/projects/3'
project: 'https://github.com/withastro/astro/projects/3'
column_name: 'Discussing'

- name: Assign RFCs to the Docs Tracker
uses: srggrs/[email protected]
if: github.event.action == 'opened' && startsWith(github.event.issue.title, '📘 DOC:')
with:
project: 'https://github.com/snowpackjs/astro/projects/5'
project: 'https://github.com/withastro/astro/projects/5'
column_name: 'TODO'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/[email protected]
with:
args: 'A new release just went out! [Release notes →](<https://github.com/snowpackjs/astro/releases/>)'
args: 'A new release just went out! [Release notes →](<https://github.com/withastro/astro/releases/>)'

- name: push main branch to latest branch
if: steps.changesets.outputs.published == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
stat:
if: github.repository == 'snowpackjs/astro'
if: github.repository == 'withastro/astro'
runs-on: ubuntu-latest
steps:
- name: Check out code using Git
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ When in prerelease mode, the automatic PR release process will no longer release
1. Run `yarn release` to publish your new release.
1. Run `git push && git push --tags` to push your new release to GitHub.
1. Run `git push release/0.X:latest` to push your release branch to `latest`. This will trigger an update to the docs site, the www site, etc.
1. Go to https://github.com/snowpackjs/astro/releases/new and create a new release. Copy the new changelog entry from https://github.com/snowpackjs/astro/blob/latest/packages/astro/CHANGELOG.md.
1. Go to https://github.com/withastro/astro/releases/new and create a new release. Copy the new changelog entry from https://github.com/withastro/astro/blob/latest/packages/astro/CHANGELOG.md.
1. Post in Discord #announcements channel, if needed!

## Translations
Expand Down
2 changes: 1 addition & 1 deletion GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Please let me know if you’re interested in accepting this invitation. If so, w
Best,
${MY_NAME}
*PS: As a reminder, our Governance document describes the following privileges and responsibilities for the **L2 - Maintainer** role: https://github.com/snowpackjs/astro/blob/main/GOVERNANCE.md*
*PS: As a reminder, our Governance document describes the following privileges and responsibilities for the **L2 - Maintainer** role: https://github.com/withastro/astro/blob/main/GOVERNANCE.md*
```

## Voting: Core Maintainer (L3) Nomination
Expand Down
6 changes: 3 additions & 3 deletions STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Welcome to the Astro style guide. This document is meant to guide you on the cod
- Blog post writing style
- Discord/Twitter writing style

For the RFC writing guide, check out the [RFC issue template](https://github.com/snowpackjs/astro/issues/new/choose).
For the RFC writing guide, check out the [RFC issue template](https://github.com/withastro/astro/issues/new/choose).

### Linting (Style Rules)

Expand All @@ -16,8 +16,8 @@ Anything enforced by linting and formatting is considered a **style rule.** It i

These style rules are maintained in configuration files, and therefore not documented in this document. Read any of the following configuration files to learn more about the style rules that we strictly enforced across the codebase:

- [ESLint](https://github.com/snowpackjs/astro/blob/main/.eslintrc.cjs) (Linting)
- [Prettier](https://github.com/snowpackjs/astro/blob/main/.prettierrc.json) (Formatting)
- [ESLint](https://github.com/withastro/astro/blob/main/.eslintrc.cjs) (Linting)
- [Prettier](https://github.com/withastro/astro/blob/main/.prettierrc.json) (Formatting)

Alternatively, don't worry too much about style rules and trust that our tools will catch these issues for you and offer inline suggestions as you work.

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Astro Docs <img width="19.2" height="25.6" src="https://raw.githubusercontent.com/snowpackjs/astro/main/assets/brand/logo.svg" alt="Astro logo">
# Astro Docs <img width="19.2" height="25.6" src="https://raw.githubusercontent.com/withastro/astro/main/assets/brand/logo.svg" alt="Astro logo">

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions docs/src/components/Footer/AvatarList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export interface Props {
const { path } = Astro.props as Props;
const commitPath = 'docs/' + path;
const url = `https://api.github.com/repos/snowpackjs/astro/commits?path=${commitPath}`;
const commitsURL = `https://github.com/snowpackjs/astro/commits/main/${commitPath}`;
const url = `https://api.github.com/repos/withastro/astro/commits?path=${commitPath}`;
const commitsURL = `https://github.com/withastro/astro/commits/main/${commitPath}`;
async function getCommits(url) {
try {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/RightSidebar/MoreMenu.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const {editHref} = Astro.props;
</a>
</li>
<li class={`header-link depth-2`}>
<a href="https://github.com/snowpackjs/astro/blob/main/CONTRIBUTING.md#translations" target="_blank">
<a href="https://github.com/withastro/astro/blob/main/CONTRIBUTING.md#translations" target="_blank">
<svg aria-hidden="true" focusable="false" role="img" xmlns="http:https://www.w3.org/2000/svg" viewBox="0 0 88.6 77.3" height="1.24em" width="1.24em" style="margin: -2px;"> <path fill="currentColor" d="M61,24.6h7.9l18.7,51.6h-7.7l-5.4-15.5H54.3l-5.6,15.5h-7.2L61,24.6z M72.6,55l-8-22.8L56.3,55H72.6z" /> <path fill="currentColor" d="M53.6,60.6c-10-4-16-9-22-14c0,0,1.3,1.3,0,0c-6,5-20,13-20,13l-4-6c8-5,10-6,19-13c-2.1-1.9-12-13-13-19h8 c4,9,10,14,10,14c10-8,10-19,10-19h8c0,0-1,13-12,24l0,0c5,5,10,9,19,13L53.6,60.6z M1.6,16.6h56v-8h-23v-7h-9v7h-24V16.6z" /> </svg>
<span>Translate this page</span>
</a>
Expand Down
24 changes: 12 additions & 12 deletions docs/src/data/themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,49 +13,49 @@
{
"name": "Starter Kit",
"description": "A default starter project for Astro. Flexible enough to handle anything that you might want to build.",
"github": "https://github.com/snowpackjs/astro/tree/main/examples/starter",
"github": "https://github.com/withastro/astro/tree/main/examples/starter",
"demo": null,
"sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/starter",
"sandbox": "https://github.dev/withastro/astro/tree/main/examples/starter",
"command": "npm init astro"
},
{
"name": "Docs",
"description": "A documentation website theme, complete with i18n, search, dark mode and more.",
"github": "https://github.com/snowpackjs/astro/tree/main/examples/docs",
"github": "https://github.com/withastro/astro/tree/main/examples/docs",
"demo": null,
"sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/docs",
"sandbox": "https://github.dev/withastro/astro/tree/main/examples/docs",
"command": "npm init astro -- --template docs"
},
{
"name": "Blog",
"description": "A blog theme, perfect for personal and company blogs.",
"github": "https://github.com/snowpackjs/astro/tree/main/examples/blog",
"github": "https://github.com/withastro/astro/tree/main/examples/blog",
"demo": null,
"sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/blog",
"sandbox": "https://github.dev/withastro/astro/tree/main/examples/blog",
"command": "npm init astro -- --template blog"
},
{
"name": "Portfolio",
"description": "A portfolio theme, perfect for your personal or professional online portfolio.",
"github": "https://github.com/snowpackjs/astro/tree/main/examples/portfolio",
"github": "https://github.com/withastro/astro/tree/main/examples/portfolio",
"demo": null,
"sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/portfolio",
"sandbox": "https://github.dev/withastro/astro/tree/main/examples/portfolio",
"command": "npm init astro -- --template portfolio"
},
{
"name": "Portfolio-svelte",
"description": "A portfolio theme using Svelte components, perfect for your personal or professional online portfolio.",
"github": "https://github.com/snowpackjs/astro/tree/main/examples/portfolio-svelte",
"github": "https://github.com/withastro/astro/tree/main/examples/portfolio-svelte",
"demo": null,
"sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/portfolio-svelte",
"sandbox": "https://github.dev/withastro/astro/tree/main/examples/portfolio-svelte",
"command": "npm init astro -- --template portfolio-svelte"
},
{
"name": "Minimal",
"description": "A minimal theme, with just the bare minimum needed to get started.",
"github": "https://github.com/snowpackjs/astro/tree/main/examples/minimal",
"github": "https://github.com/withastro/astro/tree/main/examples/minimal",
"demo": null,
"sandbox": "https://github.dev/snowpackjs/astro/tree/main/examples/minimal",
"sandbox": "https://github.dev/withastro/astro/tree/main/examples/minimal",
"command": "npm init astro -- --template minimal"
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/layouts/MainLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { SITE } from "../config.ts";
const { content = {}, hideRightSidebar = false} = Astro.props;
const currentPage = Astro.request.url.pathname;
const currentFile = `src/pages${currentPage.replace(/\/$/, "")}.md`;
const githubEditUrl = `https://github.com/snowpackjs/astro/blob/main/docs/${currentFile}`;
const githubEditUrl = `https://github.com/withastro/astro/blob/main/docs/${currentFile}`;
const formatTitle = (content, SITE) => content.title ? `${content.title} 🚀 ${SITE.title}` : SITE.title;
---
<html dir={content.dir ?? 'ltr'} lang={content.lang ?? 'en-us'} class="initial">
Expand Down
8 changes: 4 additions & 4 deletions docs/src/pages/ar/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Astro هو باني موقع ثابت. تعرف أكثر حول ماهية Astro

### أمثلة على بعض المشاريع

أن كنت تفضل التعلم عن طريق الأمثلة، ألقي نظرةٍ على [مكتبة الأمثلة الشاملة](https://github.com/snowpackjs/astro/tree/main/examples) المتواجدة على Github.
أن كنت تفضل التعلم عن طريق الأمثلة، ألقي نظرةٍ على [مكتبة الأمثلة الشاملة](https://github.com/withastro/astro/tree/main/examples) المتواجدة على Github.

بمقدورك الإطلاع على أي من هذه الأمثلة وتجربتها مُباشرةً على جهازك،
فقط نفذ الأمر <code ltr="left">npm init astro</code> متبوعًا بـ
Expand All @@ -45,7 +45,7 @@ _ملحوظة: بعض المُميزات مُقتصرة على CodeSandbx (مث

يأتي العديد الأشخاص من خلفياتِ تعلم مُختلفة إلى Astro، أيًا كانت طريقة التعليم التي تفضلها سواءً أكنت تفضل الطريقة النظرية أو الطريقة العملية، نتمنى أن تجد هذا القسم مفيدًا.

- إن كُنت تُفضل **التعلم من خلال التجربة العملية**، أبدأ من خلال [مكتبتنا للأمثلة](https://github.com/snowpackjs/astro/tree/main/examples).
- إن كُنت تُفضل **التعلم من خلال التجربة العملية**، أبدأ من خلال [مكتبتنا للأمثلة](https://github.com/withastro/astro/tree/main/examples).
- إن كُنت تُفضل **التعلم من خلال الفهم خطوةً بخطوة**، أبدأ من خلال [دليل المفاهيم الأساسية والإرشادات](/core-concepts/project-structure).

مثل أي تقنيةٍ ليست بمألوفة، Astro يأتيك بمنحنى تعليمي مختلف بعض الشيء، ولكن على أي حال، مع بعض الصبر والممارسة، نحن متأكدون بأنك _ستتأقلم معه_ في وقتٍ هين دون أن تشعر.
Expand All @@ -71,11 +71,11 @@ _ملحوظة: بعض المُميزات مُقتصرة على CodeSandbx (مث

ونحن أيضًا نُعد نشرة إصدارات ونعلن عنها في [مُجتمعنا على ديسكورد](https://astro.build/chat) على قناة <span dir="ltr">#announcements</span>

ليست كل إصدارات Astro تملك تدوينة نشرةٍ خاصة بها، لكن ستجد سجلًا للتغيرات في ملف [`CHANGELOG.md` في مستودع Astro](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md).
ليست كل إصدارات Astro تملك تدوينة نشرةٍ خاصة بها، لكن ستجد سجلًا للتغيرات في ملف [`CHANGELOG.md` في مستودع Astro](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md).

## شيءٌ ما ناقص؟

إن كان هناك شيءُ ما غير مُوثق أو لو كنت تشعر بالحيرة والإرتباك من جزءٍ معين في التوثيق، لا تتردد في [رفع طلب خطبٌ ما في ملف التوثيق](https://github.com/snowpackjs/astro/issues/new/choose)، مع اقتراحك للتحسين، أو قم بتغريد تغريدةٍ إلى حسابنا على تويتر [@astrodotbuild](https://twitter.com/astrodotbuild)، نحب سماع آرائك!
إن كان هناك شيءُ ما غير مُوثق أو لو كنت تشعر بالحيرة والإرتباك من جزءٍ معين في التوثيق، لا تتردد في [رفع طلب خطبٌ ما في ملف التوثيق](https://github.com/withastro/astro/issues/new/choose)، مع اقتراحك للتحسين، أو قم بتغريد تغريدةٍ إلى حسابنا على تويتر [@astrodotbuild](https://twitter.com/astrodotbuild)، نحب سماع آرائك!

## التَقدِير

Expand Down
6 changes: 3 additions & 3 deletions docs/src/pages/bg/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ _Бележка: някои функционалности (например: Fa

Всякакви видове хора с различни методи за обучение се ориентират към Astro. Независимо дали предпочитате по-теоретичен, или по-практически подход, ние се надяваме че ще намерите тази секция за полезна.

- Ако предпочитате да **учите чрез практика**, започнете с нашата [библиотека с примери](https://github.com/snowpackjs/astro/tree/main/examples).
- Ако предпочитате да **учите чрез практика**, започнете с нашата [библиотека с примери](https://github.com/withastro/astro/tree/main/examples).
- Ако предпочитате да **учите концепции стъпка по стъпка**, започнете с нашите [базови концепции и гидове](/core-concepts/project-structure).

Като всяка непозната технология, Astro изисква известно време, за да се научи. Но с практика и малко търпение, ние сме сигурни, че _ще го схванете_ за нула време.
Expand All @@ -49,11 +49,11 @@ _Бележка: някои функционалности (например: Fa

Публикуваме и съобщения относно нови версии в [нашия Discord сървър](https://astro.build/chat) в #announcements канала.

Не всяка нова версия на Astro заслужава собствен блог пост, но можете да намерите регистър на промените за всеки релийз в [`CHANGELOG.MD` файла, намиращ се в репото на Astro](https://github.com/snowpackjs/astro/blob/main/packages/astro/CHANGELOG.md).
Не всяка нова версия на Astro заслужава собствен блог пост, но можете да намерите регистър на промените за всеки релийз в [`CHANGELOG.MD` файла, намиращ се в репото на Astro](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md).

## Нещо липсва?

Ако нещо липсва в документацията или намирате нещо за объркващо, моля [подайте го като issue за документацията](https://github.com/snowpackjs/astro/issues/new/choose) с Вашите предложения за подобрение или пуснете tweet към [@astrodotbuild](https://twitter.com/astrodotbuild). Обичаме да чуваме от Вас!
Ако нещо липсва в документацията или намирате нещо за объркващо, моля [подайте го като issue за документацията](https://github.com/withastro/astro/issues/new/choose) с Вашите предложения за подобрение или пуснете tweet към [@astrodotbuild](https://twitter.com/astrodotbuild). Обичаме да чуваме от Вас!

## Credit

Expand Down
Loading

0 comments on commit 7476a92

Please sign in to comment.