Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit a7f2d20

Browse files
authored
Fix the base url for the hugo site (#83)
* Fix the base url for the hugo site * Fix typo
1 parent d186438 commit a7f2d20

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "/"
1+
baseURL = "http://opencensus.io/opencensus-php/"
22
languageCode = "en-us"
33
title = "OpenCensus for PHP"
44
theme = "hyde"

docs/content/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ menu:
77
weight: -100
88
---
99

10-
# OpenCensus for PHP
11-
12-
[API Documentation][api-docs]
13-
1410
## Installation
1511

1612
1. Install the `opencensus/opencensus` package using [composer][composer]:

docs/content/using-the-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ calls in order to automatically collect nested spans (timing data).
1616
You can install the `opencensus` extension from [PECL](https://pecl.php.net):
1717

1818
```bash
19-
$ pecl instal opencensus-alpha
19+
$ pecl install opencensus-alpha
2020
```
2121

2222
Enable the extension in your `php.ini`:

0 commit comments

Comments
 (0)