Update repository urls (#155)
Co-authored-by: SystematicError <systematicerror@users.noreply.github.com>
This commit is contained in:
parent
338dba6292
commit
9b88048ce9
|
@ -10,7 +10,7 @@ This project focuses on that problem - adding new layouts and modules that make
|
|||
|
||||
## Installation
|
||||
- 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
|
||||
|
||||
```lua
|
||||
|
@ -27,8 +27,8 @@ local bling = require("bling")
|
|||
## Contributors
|
||||
A special thanks to all our contributors...
|
||||
|
||||
<a href="https://github.com/Nooo37/bling/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=Nooo37/bling" />
|
||||
<a href="https://github.com/BlingCorp/bling/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=BlingCorp/bling" />
|
||||
</a>
|
||||
|
||||
Made with [contributors-img](https://contrib.rocks).
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<title>Bling Docs</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
<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">
|
||||
<link rel="stylesheet" href="javacafe.css">
|
||||
</head>
|
||||
|
@ -15,7 +15,7 @@
|
|||
window.$docsify = {
|
||||
name: 'Bling',
|
||||
nameLink: '/',
|
||||
repo: 'https://github.com/Nooo37/bling',
|
||||
repo: 'https://github.com/BlingCorp/bling',
|
||||
loadSidebar: true,
|
||||
subMaxLevel: 3,
|
||||
homepage: 'home.md'
|
||||
|
|
Loading…
Reference in New Issue