Skip to content

Commit

Permalink
Change references to new repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Oct 26, 2023
1 parent edcf270 commit 0d18a40
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/30-seconds/30-seconds-of-code"
"url": "https://github.com/Chalarangelo/30-seconds-of-code"
},
"bugs": {
"url": "https://github.com/30-seconds/30-seconds-of-code/issues"
"url": "https://github.com/Chalarangelo/30-seconds-of-code/issues"
},
"browserslist": [
"> 0.5% and last 4 versions and not dead and not ie>0 and not op_mini all and not and_uc>0 and not edge<79"
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/models/snippet.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const snippet = {
cache: true,
},
url: snippet =>
`https://github.com/30-seconds/30-seconds-of-code/blob/master/content/snippets${snippet.slug}.md`,
`https://github.com/Chalarangelo/30-seconds-of-code/blob/master/content/snippets${snippet.slug}.md`,
actionType: snippet => (snippet.code ? 'codepen' : undefined),
isScheduled: {
body: snippet => snippet.dateModified > new Date(),
Expand Down
4 changes: 2 additions & 2 deletions src/pages/faq.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const pageDescription =
There are no specific requirements for contributing to 30 seconds of
code, except for reading and understanding our contribution
guidelines. Some more general guidelines can be found <a
href='https://github.com/30-seconds/30-seconds-of-code/blob/master/design/writing-guidelines.md'
href='https://github.com/Chalarangelo/30-seconds-of-code/blob/master/design/writing-guidelines.md'
target='_blank'
rel='noopener noreferrer'>here</a
>.<br /><br /> Note, however, that contributions to 30 seconds of code
Expand All @@ -81,7 +81,7 @@ const pageDescription =
>
<p itemprop='text'>
You can contribute snippets in the <a
href='https://github.com/30-seconds/30-seconds-of-code'
href='https://github.com/Chalarangelo/30-seconds-of-code'
target='_blank'
rel='noopener noreferrer'>GitHub repository</a
>. After reading the contribution guidelines, you can use the relevant
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ deploy_branch() {
git checkout -b $1
git reset --hard origin/master
git commit -m "[$(date +%Y.%m.%d_%H:%M)] Deployment/${DEPLOY_TRIGGER}" --allow-empty
git push --force --quiet "https://${GH_TOKEN}@github.com/30-seconds/30-seconds-of-code.git" $1 > /dev/null 2>&1
git push --force --quiet "https://${GH_TOKEN}@github.com/Chalarangelo/30-seconds-of-code.git" $1 > /dev/null 2>&1
}

deploy_production() {
Expand Down
2 changes: 1 addition & 1 deletion src/settings/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
ownerName: 'Angelos Chalaris',
ownerUrl: 'https://github.com/Chalarangelo',
websiteUrl: 'https://www.30secondsofcode.org',
githubRepoUrl: 'https://github.com/30-seconds/30-seconds-of-code',
githubRepoUrl: 'https://github.com/Chalarangelo/30-seconds-of-code',
licenseUrl: 'https://creativecommons.org/licenses/by/4.0/',
manifestCacheKey: '305c210420234555',
};

0 comments on commit 0d18a40

Please sign in to comment.