Skip to content

Commit

Permalink
README updates ✏️
Browse files Browse the repository at this point in the history
  • Loading branch information
mblomdahl committed Feb 3, 2025
1 parent 7a89942 commit 66d4fc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Official website for OwnTube.tv
# Official website for [OwnTube.tv](https://www.owntube.tv/)

This repo is for maintaining the official company website.

## Project description

## How can I edit this code?
This project is made using Lovable.dev here— https://lovable.dev/projects/75221677-e5d4-4b39-9854-258b458eca5b —in
conjunction with the standard GitHub issue/PR workflows. Updates are shipped to the GitHub Pages deployment at
https://www.owntube.tv/ on pushes to `main` branch.

If editing via git source control, just clone the repo as usual, install the NPM dependencies and open a PR as usual:
If editing via git source control, just clone/fork the repo as usual, install the dependencies, test & commit changes,
and submit the changes via a pull request.

```sh
git clone [email protected]:OwnTube-tv/www.owntube.tv.git
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Footer = () => {
</div>
<div className="flex items-center space-x-4">
<a
href="https://github.com/OwnTube-tv/"
href="https://github.com/OwnTube-tv/www.owntube.tv"
target="_blank"
rel="noopener noreferrer"
className="text-white hover:text-owntube-orange transition-colors"
Expand Down

0 comments on commit 66d4fc2

Please sign in to comment.