Skip to content

Commit 64f4bf4

Browse files
Add a description
1 parent 79ebeec commit 64f4bf4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
</head>
77
<body>
88
<h1>Gophercloud</h1>
9-
<ul>
10-
<li>Documentation: <a href="https://pkg.go.dev/github.com/gophercloud/gophercloud">on go.dev</a></li>
11-
<li>Code repository: <a href="https://github.com/gophercloud/gophercloud">on github.com</a></li>
12-
<li>Problems? Check the <a href="https://github.com/gophercloud/gophercloud/issues">open issues</a> or <a href="https://github.com/gophercloud/gophercloud/issues/new/choose">open a new one</a></li>
13-
</ul>
9+
<p>
10+
The Go SDK for OpenStack
11+
<ul>
12+
<li>Documentation: <a href="https://pkg.go.dev/github.com/gophercloud/gophercloud">on go.dev</a></li>
13+
<li>Code repository: <a href="https://github.com/gophercloud/gophercloud">on github.com</a></li>
14+
<li>Problems? Check the <a href="https://github.com/gophercloud/gophercloud/issues">open issues</a> or <a href="https://github.com/gophercloud/gophercloud/issues/new/choose">open a new one</a></li>
15+
</ul>
16+
</p>
1417
</body>
1518
</html>

0 commit comments

Comments
 (0)