Skip to content

Commit

Permalink
Update GitHub repository URLs in code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Apr 18, 2024
1 parent eaf697f commit 7914df5
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These are supported funding model platforms

github: [langxapp]
github: [langx]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/✍-blog-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Please provide the meta tags you'd like to use for this blog post. This could in
Add any other context or screenshots about the blog post request here.

**Sample Blog Post Commit**
https://github.com/langxapp/website/commit/11e6d21f77b552241a5237e222dd6375f07cabf0
https://github.com/langx/website/commit/11e6d21f77b552241a5237e222dd6375f07cabf0

_If you want to speed up the process of this issue, please send 🚀 as a reaction._
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To clone this project, simply run the following command:

```bash
# clone this repo
git clone https://github.com/langxapp/website
git clone https://github.com/langx/website

# install dependencies
npm install
Expand Down Expand Up @@ -50,27 +50,27 @@ LangX is an open source project and we welcome contributions from the community.

## Versioning

LangX uses [Semantic Versioning](https://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/langxapp/website/releases).
LangX uses [Semantic Versioning](https://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/langx/website/releases).

### [v0.2](https://github.com/langxapp/website/releases/tag/v0.2)
### [v0.2](https://github.com/langx/website/releases/tag/v0.2)

![Site Preview v0.2 langx.io](static/images/site-preview.png)

### [v0.1](https://github.com/langxapp/website/releases/tag/v0.1)
### [v0.1](https://github.com/langx/website/releases/tag/v0.1)

![Site Preview v0.1 langx.io](static/versioning/v0.1.png)

## Stats

### Stargazers

[![Stargazers over time](https://starchart.cc/langxapp/website.svg?variant=adaptive)](https://starchart.cc/langxapp/website)
[![Stargazers over time](https://starchart.cc/langx/website.svg?variant=adaptive)](https://starchart.cc/langx/website)

### Contributors

[![GitHub Contributor Over Time](https://contributor-overtime-api.git-contributor.com/contributors-svg?chart=contributorOverTime&repo=langxapp/website)](https://git-contributor.com?chart=contributorOverTime&repo=langxapp/website)
[![GitHub Contributor Over Time](https://contributor-overtime-api.git-contributor.com/contributors-svg?chart=contributorOverTime&repo=langx/website)](https://git-contributor.com?chart=contributorOverTime&repo=langx/website)

[![GitHub Contributors Image](https://contrib.rocks/image?repo=langxapp/website)](https://github.com/langxapp/website/graphs/contributors)
[![GitHub Contributors Image](https://contrib.rocks/image?repo=langx/website)](https://github.com/langx/website/graphs/contributors)


## License
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/molecules/Socials.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<YoutubeIcon />
</a>
<a
href="https://github.com/langxapp"
href="https://github.com/langx"
target="_blank"
rel="noopener noreferrer"
title="See our GitHub Page"
Expand Down
4 changes: 2 additions & 2 deletions src/lib/components/molecules/StarCount.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
starCount = (
await (
await fetch(
'https://api.github.com/repos/langxapp/langx?page=$i&per_page=100'
'https://api.github.com/repos/langx/langx?page=$i&per_page=100'
)
).json()
).stargazers_count;
Expand All @@ -19,7 +19,7 @@
<a
class="star"
target="_blank"
href="https://github.com/langxapp/langx/stargazers"
href="https://github.com/langx/langx/stargazers"
>
<Github />
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/organisms/About.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Our platform is <strong>free and entirely open-source</strong>.
<SparklingHighlight>
<a
href="https://github.com/langxapp"
href="https://github.com/langx"
target="_blank"
rel="noopener noreferrer"
title="See my GitHub profile"
Expand Down
6 changes: 3 additions & 3 deletions src/lib/components/organisms/FAQ.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
{
id: 8,
title: 'How can I contribute?',
content: `We implore anyone to contribute, whether it’s just a single image, down to a single line of code/text. You can read more <a href="https://github.com/langxapp/website?tab=readme-ov-file#contributing" target="_blank" style="text-decoration-color: #ff723f;"><span style="color: #ff723f; font-weight: bold;">here</span></a> on how you can add your contribution.`,
content: `We implore anyone to contribute, whether it’s just a single image, down to a single line of code/text. You can read more <a href="https://github.com/langx/website?tab=readme-ov-file#contributing" target="_blank" style="text-decoration-color: #ff723f;"><span style="color: #ff723f; font-weight: bold;">here</span></a> on how you can add your contribution.`,
isOpen: false
},
{
Expand All @@ -87,9 +87,9 @@
title: 'Could you add sign languages?',
content: `We'll definitely add sign languages to the study languages section during the registration process. Additionally, we have a contributor who works as an accessibility manager and can help with the following issues. Thank you for bringing this matter to our attention again :)
<br><br>
For the sign language issue: <a href="https://github.com/langxapp/langx/issues/444" target="_blank" style="text-decoration-color: #ff723f;"><span style="color: #ff723f; font-weight: bold;">Link</span></a>.
For the sign language issue: <a href="https://github.com/langx/langx/issues/444" target="_blank" style="text-decoration-color: #ff723f;"><span style="color: #ff723f; font-weight: bold;">Link</span></a>.
<br><br>
Regarding developing standards like WCAG with the W3C: <a href="https://github.com/langxapp/langx/issues/436" target="_blank" style="text-decoration-color: #ff723f;"><span style="color: #ff723f; font-weight: bold;">Link</span></a>.`,
Regarding developing standards like WCAG with the W3C: <a href="https://github.com/langx/langx/issues/436" target="_blank" style="text-decoration-color: #ff723f;"><span style="color: #ff723f; font-weight: bold;">Link</span></a>.`,
isOpen: false
},
{
Expand Down
14 changes: 7 additions & 7 deletions src/lib/components/organisms/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<h3>Company</h3>
<ul role="list">
<li>
<a href="https://github.com/langxapp/branding" target="_blank">Branding</a>
<a href="https://github.com/langx/branding" target="_blank">Branding</a>
</li>
<li>
<a href="https://backlog.langx.io" target="_blank">Backlog</a>
Expand Down Expand Up @@ -53,7 +53,7 @@
<a href="https://www.youtube.com/@langxapp" target="_blank">YouTube</a>
</li>
<li>
<a href="https://discord.com/invite/2D3jW2YDgS" target="_blank">Discord</a>
<a href="https://discord.langx.io" target="_blank">Discord</a>
</li>
<li>
<a href="https://twitter.com/langx_app" target="_blank">Twitter</a>
Expand Down Expand Up @@ -91,16 +91,16 @@
<h3>Source</h3>
<ul role="list">
<li>
<a href="https://github.com/langxapp/langx/contribute" target="_blank">Goodfirstissue</a>
<a href="https://github.com/langx/langx/contribute" target="_blank">Goodfirstissue</a>
</li>
<li>
<a href="https://github.com/langxapp/website/releases" target="_blank">Changelog</a>
<a href="https://github.com/langx/website/releases" target="_blank">Changelog</a>
</li>
<li>
<a href="https://github.com/langxapp/website#contributing" target="_blank">Contribute</a>
<a href="https://github.com/langx/website#contributing" target="_blank">Contribute</a>
</li>
<li>
<a href="https://github.com/langxapp/langx/releases" target="_blank">Releases</a>
<a href="https://github.com/langx/langx/releases" target="_blank">Releases</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -143,7 +143,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="100.852" height="21.544"><path fill="#000" d="M32.286 16.692a1.046 1.046 0 0 1-.783-.321 1.091 1.091 0 0 1-.311-.791V1.111a1.072 1.072 0 0 1 .322-.791 1.056 1.056 0 0 1 .773-.321 1.081 1.081 0 0 1 .794.321 1.072 1.072 0 0 1 .322.791v13.358h7.768a1.081 1.081 0 0 1 .794.321 1.072 1.072 0 0 1 .322.791 1.072 1.072 0 0 1-.322.791 1.081 1.081 0 0 1-.794.321Zm17.361.085a5.183 5.183 0 0 1-2.811-.78 5.553 5.553 0 0 1-1.964-2.116 6.279 6.279 0 0 1-.719-3.024 5.924 5.924 0 0 1 .783-3.035 5.782 5.782 0 0 1 2.125-2.127 5.886 5.886 0 0 1 3.015-.78 5.828 5.828 0 0 1 3 .78 5.807 5.807 0 0 1 2.114 2.127 5.924 5.924 0 0 1 .783 3.035h-.837a6.279 6.279 0 0 1-.719 3.024 5.553 5.553 0 0 1-1.964 2.116 5.183 5.183 0 0 1-2.806.78Zm.429-1.924a3.674 3.674 0 0 0 1.953-.524 3.729 3.729 0 0 0 1.352-1.432 4.2 4.2 0 0 0 .494-2.041 4.249 4.249 0 0 0-.494-2.062 3.729 3.729 0 0 0-1.352-1.432 3.675 3.675 0 0 0-1.953-.524 3.69 3.69 0 0 0-1.942.524 3.783 3.783 0 0 0-1.373 1.432 4.177 4.177 0 0 0-.5 2.062 4.133 4.133 0 0 0 .5 2.041 3.783 3.783 0 0 0 1.373 1.432 3.69 3.69 0 0 0 1.943.525Zm4.807 1.859a1.064 1.064 0 0 1-.783-.31 1.055 1.055 0 0 1-.311-.78v-3.27l.408-2.266 1.781.769v4.766a1.055 1.055 0 0 1-.311.78 1.064 1.064 0 0 1-.783.312Zm14.271 0a1.064 1.064 0 0 1-.783-.31 1.055 1.055 0 0 1-.311-.78v-5.258a3.9 3.9 0 0 0-.451-1.988 2.833 2.833 0 0 0-1.217-1.141 3.92 3.92 0 0 0-1.749-.374 3.608 3.608 0 0 0-1.631.363 3.046 3.046 0 0 0-1.159.972 2.37 2.37 0 0 0-.429 1.4h-1.347a4.476 4.476 0 0 1 .655-2.4 4.717 4.717 0 0 1 1.792-1.678 5.249 5.249 0 0 1 2.554-.62 5.5 5.5 0 0 1 2.65.63 4.558 4.558 0 0 1 1.846 1.849 6.092 6.092 0 0 1 .676 2.992v5.258a1.055 1.055 0 0 1-.311.78 1.064 1.064 0 0 1-.785.306Zm-8.82 0a1.064 1.064 0 0 1-.783-.31 1.055 1.055 0 0 1-.311-.78V6.09a1.047 1.047 0 0 1 .311-.791 1.085 1.085 0 0 1 .783-.3 1.076 1.076 0 0 1 .794.3 1.067 1.067 0 0 1 .3.791v9.532a1.076 1.076 0 0 1-.3.78 1.055 1.055 0 0 1-.794.311Zm18.434.064a5.318 5.318 0 0 1-2.843-.759 5.341 5.341 0 0 1-1.942-2.095 6.449 6.449 0 0 1-.708-3.067 6.124 6.124 0 0 1 .762-3.088 5.511 5.511 0 0 1 2.092-2.095 6.086 6.086 0 0 1 3.069-.759 6.042 6.042 0 0 1 3.047.759 5.511 5.511 0 0 1 2.092 2.095 6.124 6.124 0 0 1 .762 3.088h-1.266a6.885 6.885 0 0 1-.655 3.067 5.21 5.21 0 0 1-1.792 2.095 4.608 4.608 0 0 1-2.618.76Zm.386 4.766a6.877 6.877 0 0 1-2.854-.6 6 6 0 0 1-2.253-1.753.907.907 0 0 1-.2-.748.952.952 0 0 1 .418-.62 1.034 1.034 0 0 1 .8-.171 1.094 1.094 0 0 1 .676.427A3.955 3.955 0 0 0 77.2 19.21a4.71 4.71 0 0 0 2 .406 3.792 3.792 0 0 0 1.9-.492 3.539 3.539 0 0 0 1.384-1.453 4.926 4.926 0 0 0 .515-2.351v-3.035l.708-1.881 1.395.449v4.616a6.3 6.3 0 0 1-.751 3.067 5.712 5.712 0 0 1-2.092 2.191 5.868 5.868 0 0 1-3.104.818Zm.043-6.69a3.774 3.774 0 0 0 1.975-.507 3.593 3.593 0 0 0 1.341-1.411 4.309 4.309 0 0 0 .483-2.073 4.372 4.372 0 0 0-.483-2.084 3.575 3.575 0 0 0-1.341-1.421 3.774 3.774 0 0 0-1.974-.513 3.774 3.774 0 0 0-1.974.513 3.651 3.651 0 0 0-1.352 1.421 4.3 4.3 0 0 0-.494 2.084 4.233 4.233 0 0 0 .494 2.073 3.67 3.67 0 0 0 1.351 1.411 3.774 3.774 0 0 0 1.975.509Zm9.314 1.838a.921.921 0 0 1-.751-.31 1.1 1.1 0 0 1-.258-.727 1.232 1.232 0 0 1 .258-.759l5.408-7.181.966-.855L99.07.318a1.037 1.037 0 0 1 .794-.321.918.918 0 0 1 .708.278 1.055 1.055 0 0 1 .279.684 1.278 1.278 0 0 1-.236.791L95.4 8.675l-.923.812-5.193 6.882a1.056 1.056 0 0 1-.773.323Zm11.223 0a1.122 1.122 0 0 1-.483-.1 1.078 1.078 0 0 1-.376-.31l-5-6.9-.794-.663-5.043-6.967a1.026 1.026 0 0 1-.215-.748 1.223 1.223 0 0 1 .311-.705.918.918 0 0 1 .719-.3.921.921 0 0 1 .794.321l4.764 6.583.815.663 5.3 7.331a1.146 1.146 0 0 1 .236.769 1.14 1.14 0 0 1-.29.727.943.943 0 0 1-.737.301Z"></path><path fill="#fff" d="m0 14.076 1.715-1.188s2.307 3.177 5.641 1.188a4.088 4.088 0 0 0 1.656-1.875 4.757 4.757 0 0 0-.311-3.842l1.817-1.115s2.745 4.625-1.305 8.207a6.717 6.717 0 0 1-5.509 1.239A6.3 6.3 0 0 1 0 14.076Z"></path><path fill="#000" d="m14.539 4.475-1.712 1.2s-2.252-3.189-5.588-1.2A4.123 4.123 0 0 0 5.618 6.41a4.751 4.751 0 0 0 .221 3.783l-1.654 1.145S1.319 6.776 5.369 3.193a6.685 6.685 0 0 1 5.47-1.316 6.3 6.3 0 0 1 3.7 2.598Z"></path></svg>
</a>
<!-- <div class="credits">-->
<!-- This project is open source and licensed under the <a href="https://github.com/langxapp/website/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">BSD-3-Clause License</a>.-->
<!-- This project is open source and licensed under the <a href="https://github.com/langx/website/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">BSD-3-Clause License</a>.-->
<!-- <br><br>It is a part of <a href="https://newchapter.tech/" target="_blank" rel="noopener noreferrer">New Chapter Tech</a>.-->
<!-- </div>-->
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ And, The Most Exciting one is that

## Be a Contributor

We're always looking for contributors to help improve LangX. If you're interested in contributing, join our <a href="https://discord.gg/CpDZ3kg2rJ" target="_blank">Discord server</a> and check out the project on <a href="https://github.com/langxapp/langx" target="_blank">GitHub</a>.
We're always looking for contributors to help improve LangX. If you're interested in contributing, join our <a href="https://discord.gg/CpDZ3kg2rJ" target="_blank">Discord server</a> and check out the project on <a href="https://github.com/langx/langx" target="_blank">GitHub</a>.

<Callout type="info">
Whatever you can contribute, whether it's code, design, or translations, marketing, and so on, we'd love to have you on board.
Expand Down

0 comments on commit 7914df5

Please sign in to comment.