Skip to content

Commit aaa57e6

Browse files
committed
doc: move lldpd to an organization
1 parent 8cb4f85 commit aaa57e6

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

content/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
- Check the [list of features]([[features.html]]).
2020
- Learn [how to install _lldpd_]([[installation.html]]).
2121
- Learn [how to configure and use _lldpd_]([[usage.html]]).
22-
- [Get the code on GitHub](https://github.com/vincentbernat/lldpd).
23-
- [Add issues and feature requests](https://github.com/vincentbernat/lldpd/issues).
22+
- [Get the code on GitHub](https://github.com/lldpd/lldpd).
23+
- [Add issues and feature requests](https://github.com/lldpd/lldpd/issues).
2424

2525
[last]: https://media.luffy.cx/files/lldpd/lldpd-{{ resource.meta.latestversion }}.tar.gz "lldpd {{ resource.meta.latestversion }} version"
2626
[GPG]: https://media.luffy.cx/files/lldpd/lldpd-{{ resource.meta.latestversion }}.tar.gz.gpg "lldpd {{ resource.meta.latestversion }} GPG signature"

content/installation.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
terminal:
110110

111111
::console
112-
$ brew install https://raw.github.com/vincentbernat/lldpd/master/osx/lldpd.rb
112+
$ brew install https://raw.github.com/lldpd/lldpd/master/osx/lldpd.rb
113113
######################################################################## 100.0%
114114
==> Downloading https://media.luffy.cx/files/lldpd/lldpd-{{ resource.meta.latestversion }}.tar.gz
115115
==> ./configure --prefix=/usr/local/Cellar/lldpd/{{ resource.meta.latestversion }} --with-xml --with-readline
@@ -197,7 +197,7 @@
197197

198198
[lasttgz]: https://media.luffy.cx/files/lldpd/lldpd-{{ resource.meta.latestversion }}.tar.gz "lldpd {{ resource.meta.latestversion }} version"
199199
[lastpkg]: https://media.luffy.cx/files/lldpd/lldpd-{{ resource.meta.latestversion }}.pkg "lldpd {{ resource.meta.latestversion }} version for OSX"
200-
[file a bug report]: https://github.com/vincentbernat/lldpd/issues "GitHub bug tracker for lldpd"
200+
[file a bug report]: https://github.com/lldpd/lldpd/issues "GitHub bug tracker for lldpd"
201201
[Debian backports]: https://backports.debian.org "Debian Backports"
202202
[openSUSE Build Service]: http://software.opensuse.org/download.html?project=home:vbernat&package=lldpd "lldpd on OSC"
203203
[build _lldpd_ from source]: #install-from-source

content/security.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
introduced in version 0.6.0. It has been fixed in commit
2828
[793526f8][] and in version 0.7.19.
2929

30-
[issue on GitHub]: https://github.com/vincentbernat/lldpd/issues/new
30+
[issue on GitHub]: https://github.com/lldpd/lldpd/issues/new
3131
[mail me]: mailto:[email protected]
3232
[CVE-2015-8011]: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8011
3333
[CVE-2015-8012]: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8012
34-
[dd4f16e7]: https://github.com/vincentbernat/lldpd/commit/dd4f16e7e816f2165fba76e3d162cd8d2978dcb2
35-
[793526f8]: https://github.com/vincentbernat/lldpd/commit/793526f8884455f43daecd0a2c46772388417a00
34+
[dd4f16e7]: https://github.com/lldpd/lldpd/commit/dd4f16e7e816f2165fba76e3d162cd8d2978dcb2
35+
[793526f8]: https://github.com/lldpd/lldpd/commit/793526f8884455f43daecd0a2c46772388417a00
3636

3737
{# Local Variables: #}
3838
{# mode: markdown #}

layout/badges.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a class="badge github-forkme" href="https://github.com/vincentbernat/lldpd">
1+
<a class="badge github-forkme" href="https://github.com/lldpd/lldpd">
22
<img src="https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67"
33
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png"
44
alt="GitHub badge" title="Fork me on GitHub">

site.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins:
1313
- hyde.ext.plugins.optipng.OptiPNGPlugin
1414
context:
1515
data:
16-
base: https://vincentbernat.github.com/lldpd/
16+
base: https://lldpd.github.com/
1717
meta:
1818
latestversion: "1.0.7"
1919
nodemeta: meta.yaml

0 commit comments

Comments
 (0)