Update repository urls (#155)

Co-authored-by: SystematicError <systematicerror@users.noreply.github.com>
This commit is contained in:
SystematicError 2022-01-17 02:26:40 +00:00 committed by GitHub
parent 338dba6292
commit 9b88048ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ This project focuses on that problem - adding new layouts and modules that make
## Installation ## Installation
- clone this repo into your `~/.config/awesome` folder - clone this repo into your `~/.config/awesome` folder
- `git clone https://github.com/Nooo37/bling.git ~/.config/awesome/bling` - `git clone https://github.com/BlingCorp/bling.git ~/.config/awesome/bling`
- require the module in your `rc.lua`, and make sure it's under the beautiful module initialization - require the module in your `rc.lua`, and make sure it's under the beautiful module initialization
```lua ```lua
@ -27,8 +27,8 @@ local bling = require("bling")
## Contributors ## Contributors
A special thanks to all our contributors... A special thanks to all our contributors...
<a href="https://github.com/Nooo37/bling/graphs/contributors"> <a href="https://github.com/BlingCorp/bling/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Nooo37/bling" /> <img src="https://contrib.rocks/image?repo=BlingCorp/bling" />
</a> </a>
Made with [contributors-img](https://contrib.rocks). Made with [contributors-img](https://contrib.rocks).

View File

@ -5,7 +5,7 @@
<title>Bling Docs</title> <title>Bling Docs</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Utilities for the awesome window manager"> <meta name="description" content="Utilities for the awesome window manager">
<meta name="og:image" content="https://raw.githubusercontent.com/Nooo37/bling/master/images/bling_banner.png"> <meta name="og:image" content="https://raw.githubusercontent.com/BlingCorp/bling/master/images/bling_banner.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="javacafe.css"> <link rel="stylesheet" href="javacafe.css">
</head> </head>
@ -15,7 +15,7 @@
window.$docsify = { window.$docsify = {
name: 'Bling', name: 'Bling',
nameLink: '/', nameLink: '/',
repo: 'https://github.com/Nooo37/bling', repo: 'https://github.com/BlingCorp/bling',
loadSidebar: true, loadSidebar: true,
subMaxLevel: 3, subMaxLevel: 3,
homepage: 'home.md' homepage: 'home.md'