Skip to content

Commit

Permalink
Fix avored.com links
Browse files Browse the repository at this point in the history
Remove www prefix
  • Loading branch information
lhsazevedo committed Oct 3, 2020
1 parent 98c1d66 commit 55a54e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://www.avored.com/" target="_blank"><img src="logo.svg" height="86" alt="AvoRed"></a>
<a href="https://avored.com/" target="_blank"><img src="logo.svg" height="86" alt="AvoRed"></a>
</p>

<p align="center">
Expand All @@ -14,7 +14,7 @@
AvoRed Framework contains the core features for the AvoRed E-commerce for Laravel. It is the base behind the AvoRed and Laravel Ecommerce.

## Requirements
At this stage the minimum Lavarel version required is 5.8. If you are using an older version, let us know at our [Discussion Forum](https://www.avored.com/discussion). We can test if it works and add support for that version too.
At this stage the minimum Lavarel version required is 5.8. If you are using an older version, let us know at our [Discussion Forum](https://avored.com/discussion). We can test if it works and add support for that version too.

## Installation
The AvoRed E-commerce framework is provided as a composer package, so it makes installation of AvoRed as easy as:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@
}
}
},
"homepage" : "https://www.avored.com",
"homepage" : "https://avored.com",
"support" : {
"email" : "[email protected]",
"issues" : "https://www.avored.com/discussion",
"forum" : "https://www.avored.com/discussion",
"wiki" : "https://www.avored.com/docs",
"issues" : "https://avored.com/discussion",
"forum" : "https://avored.com/discussion",
"wiki" : "https://avored.com/docs",
"source" : "https://www.github.com/avored/framework"
}
}

0 comments on commit 55a54e7

Please sign in to comment.