Skip to content

Commit

Permalink
feat core readme .github resources: Update Blueprint repo lin…
Browse files Browse the repository at this point in the history
…k/name
  • Loading branch information
prplwtf committed May 11, 2024
1 parent 5ae2257 commit f6211fc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please [search here](https://github.com/BlueprintFramework/main/issues) to see if an issue already exists for your problem.
description: Please [search here](https://github.com/BlueprintFramework/framework/issues) to see if an issue already exists for your problem.
options:
- label: I have searched the existing issues before opening this issue.
required: true
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- Header -->
<br/><p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/BlueprintFramework/main/assets/103201875/c0072c61-0135-4931-b5fa-ce4ee7d79f4a">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/BlueprintFramework/main/assets/103201875/a652a6e7-b53f-4dcd-ae4e-2051f5c9c7b9">
<img alt="Blueprint" src="https://github.com/BlueprintFramework/main/assets/103201875/c0072c61-0135-4931-b5fa-ce4ee7d79f4a" height="30">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/BlueprintFramework/framework/assets/103201875/c0072c61-0135-4931-b5fa-ce4ee7d79f4a">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/BlueprintFramework/framework/assets/103201875/a652a6e7-b53f-4dcd-ae4e-2051f5c9c7b9">
<img alt="Blueprint" src="https://github.com/BlueprintFramework/framework/assets/103201875/c0072c61-0135-4931-b5fa-ce4ee7d79f4a" height="30">
</picture>
<br/>
Open-source modding framework for the Pterodactyl panel.
Expand All @@ -27,7 +27,7 @@ We aim to introduce new developers to Blueprint with easy to understand guides,
<!-- Showcase -->
<br/><h2 align="center">📷 Showcase</h2>

![screenshots](https://github.com/BlueprintFramework/main/assets/103201875/cb66943e-a60e-44e5-afd4-90475b106244)
![screenshots](https://github.com/BlueprintFramework/framework/assets/103201875/cb66943e-a60e-44e5-afd4-90475b106244)



Expand All @@ -45,21 +45,21 @@ Sponsors help fund development and maintenance. [Interested in sponsoring Bluepr
<!-- Contributors -->
<br/><h2 align="center">👥 Contributors</h2>

Contributors help shape the future of the Blueprint modding framework. To start contributing you have to [fork this repository](https://github.com/blueprintFramework/main/fork) and [open a pull request](https://github.com/BlueprintFramework/main/compare).
Contributors help shape the future of the Blueprint modding framework. To start contributing you have to [fork this repository](https://github.com/BlueprintFramework/framework/fork) and [open a pull request](https://github.com/BlueprintFramework/framework/compare).

<a href="https://github.com/BlueprintFramework/main/graphs/contributors">
<img src="https://contrib.rocks/image?repo=BlueprintFramework/main" />
<a href="https://github.com/BlueprintFramework/framework/graphs/contributors">
<img src="https://contrib.rocks/image?repo=BlueprintFramework/framework" />
</a>



<!-- Stargazers -->
<br/><h2 align="center">🌟 Stargazers</h2>

<a href="https://github.com/BlueprintFramework/main/stargazers/">
<a href="https://github.com/BlueprintFramework/framework/stargazers/">
<picture>
<source media="(prefers-color-scheme: light)" srcset="http://reporoster.com/stars/BlueprintFramework/main">
<img alt="stargazer-widget" src="http://reporoster.com/stars/dark/BlueprintFramework/main">
<source media="(prefers-color-scheme: light)" srcset="http://reporoster.com/stars/BlueprintFramework/framework">
<img alt="stargazer-widget" src="http://reporoster.com/stars/dark/BlueprintFramework/framework">
</picture>
</a>

Expand Down
6 changes: 3 additions & 3 deletions blueprint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# blueprint.zip
# github.com/BlueprintFramework/main
# github.com/BlueprintFramework/framework
# prpl.wtf

# This should allow Blueprint to run in Docker. Please note that changing the $FOLDER variable after running
Expand Down Expand Up @@ -2142,13 +2142,13 @@ if [[ $2 == "-upgrade" ]]; then VCMD="y"
mkdir -p $FOLDER/.tmp/files
cd $FOLDER/.tmp/files || cdhalt
if [[ $3 == "remote" ]]; then
if [[ $4 == "" ]]; then REMOTE_REPOSITORY="BlueprintFramework/main"
if [[ $4 == "" ]]; then REMOTE_REPOSITORY="BlueprintFramework/framework"
else REMOTE_REPOSITORY="$4"; fi
# download latest commit
git clone https://github.com/"$REMOTE_REPOSITORY".git main
else
# download latest release
LOCATION=$(curl -s https://api.github.com/repos/BlueprintFramework/main/releases/latest \
LOCATION=$(curl -s https://api.github.com/repos/BlueprintFramework/framework/releases/latest \
| grep "zipball_url" \
| awk '{ print $2 }' \
| sed 's/,$//' \
Expand Down
2 changes: 1 addition & 1 deletion resources/views/admin/extensions/blueprint/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a href="https://blueprint.zip" target="_blank"><button class="btn btn-gray-alt pull-right" style="padding: 5px 10px;"><i class="bx bx-link-external"></i></button></a>

<!-- GitHub button -->
<a href="https://github.com/BlueprintFramework/main" class="pull-right" target="_blank">
<a href="https://github.com/BlueprintFramework/framework" class="pull-right" target="_blank">
<button class="btn btn-gray-alt" style="padding: 5px 10px; margin-right: 7px;"><i class="bx bx-git-branch"></i></button>
@if($ExtensionLibrary->dbGet("blueprint", "git-hint") != "0")
<div class="blueprint:push-repo">
Expand Down

0 comments on commit f6211fc

Please sign in to comment.