Skip to content

Commit

Permalink
repoint repo
Browse files Browse the repository at this point in the history
  • Loading branch information
drjamesj committed Jul 6, 2024
1 parent 4b203f7 commit 4f19cae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/executableAU/laravel-livewire-beacon/discussions/new?category=q-a
url: https://github.com/drjamesj/laravel-livewire-beacon/discussions/new?category=q-a
about: Ask the community for help
- name: Request a feature
url: https://github.com/executableAU/laravel-livewire-beacon/discussions/new?category=ideas
url: https://github.com/drjamesj/laravel-livewire-beacon/discussions/new?category=ideas
about: Share ideas for new features
- name: Report a security issue
url: https://github.com/executableAU/laravel-livewire-beacon/security/policy
url: https://github.com/drjamesj/laravel-livewire-beacon/security/policy
about: Learn how to notify us for sensitive bugs
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Beacon

[![Latest Version on Packagist](https://img.shields.io/packagist/v/executable/laravel-livewire-beacon.svg?style=flat-square)](https://packagist.org/packages/executable/laravel-livewire-beacon)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/executable/laravel-livewire-beacon/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/executableAU/laravel-livewire-beacon/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/executable/laravel-livewire-beacon/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/executableAU/laravel-livewire-beacon/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/executable/laravel-livewire-beacon/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/drjamesj/laravel-livewire-beacon/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/executable/laravel-livewire-beacon/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/drjamesj/laravel-livewire-beacon/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/executable/laravel-livewire-beacon.svg?style=flat-square)](https://packagist.org/packages/executable/laravel-livewire-beacon)

Beacon enables websocket communication for Livewire dramatically improving user experience and enabling more features.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"laravel",
"laravel-livewire-beacon"
],
"homepage": "https://github.com/executableAU/laravel-livewire-beacon",
"homepage": "https://github.com/drjamesj/laravel-livewire-beacon",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 4f19cae

Please sign in to comment.