Skip to content

Commit eb97336

Browse files
fix links
1 parent 1d19cce commit eb97336

9 files changed

+9
-9
lines changed

articles/storage/blobs/storage-blob-container-create-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To learn more about creating a container using the Azure Blob Storage client mod
6363

6464
### Code samples
6565

66-
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/cmd/create-container/create_container.go) from this article (GitHub)
66+
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/blob/main/cmd/create-container/create_container.go) from this article (GitHub)
6767

6868
### REST API operations
6969

articles/storage/blobs/storage-blob-container-delete-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To learn more about deleting a container using the Azure Blob Storage client mod
5959

6060
### Code samples
6161

62-
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/cmd/delete-container/delete_container.go) from this article (GitHub)
62+
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/blob/main/cmd/delete-container/delete_container.go) from this article (GitHub)
6363

6464
### REST API operations
6565

articles/storage/blobs/storage-blob-container-properties-metadata-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To learn more about setting and retrieving container properties and metadata usi
7575

7676
### Code samples
7777

78-
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/cmd/container-properties-metadata/container_properties_metadata.go) from this article (GitHub)
78+
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/blob/main/cmd/container-properties-metadata/container_properties_metadata.go) from this article (GitHub)
7979

8080
### REST API operations
8181

articles/storage/blobs/storage-blob-containers-list-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To learn more about listing containers using the Azure Blob Storage client modul
7979

8080
### Code samples
8181

82-
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/cmd/list-containers/list_containers.go) from this article (GitHub)
82+
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/blob/main/cmd/list-containers/list_containers.go) from this article (GitHub)
8383

8484
### REST API operations
8585

articles/storage/blobs/storage-blob-delete-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To learn more about how to delete blobs and restore deleted blobs using the Azur
8484

8585
### Code samples
8686

87-
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/cmd/delete_blob/delete_blob.go) from this article (GitHub)
87+
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/blob/main/cmd/delete_blob/delete_blob.go) from this article (GitHub)
8888

8989
### REST API operations
9090

articles/storage/blobs/storage-blob-download-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To learn more about how to download blobs using the Azure Blob Storage client mo
5757

5858
### Code samples
5959

60-
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/cmd/download-blob/download_blob.go) from this article (GitHub)
60+
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/blob/main/cmd/download-blob/download_blob.go) from this article (GitHub)
6161

6262
### REST API operations
6363

articles/storage/blobs/storage-blob-properties-metadata-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To learn more about how to manage system properties and user-defined metadata us
8686

8787
### Code samples
8888

89-
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/cmd/blob-properties-metadata/blob_properties_metadata.go) from this article (GitHub)
89+
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/blob/main/cmd/blob-properties-metadata/blob_properties_metadata.go) from this article (GitHub)
9090

9191
### REST API operations
9292

articles/storage/blobs/storage-blob-upload-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To learn more about uploading blobs using the Azure Blob Storage client module f
8888

8989
### Code samples
9090

91-
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/cmd/upload-blob/upload_blob.go) from this article (GitHub)
91+
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/blob/main/cmd/upload-blob/upload_blob.go) from this article (GitHub)
9292

9393
### REST API operations
9494

articles/storage/blobs/storage-blobs-list-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To learn more about how to list blobs using the Azure Blob Storage client module
135135

136136
### Code samples
137137

138-
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/cmd/list-blobs/list_blobs.go) from this article (GitHub)
138+
- View [code samples](https://github.com/Azure-Samples/blob-storage-devguide-go/blob/main/cmd/list-blobs/list_blobs.go) from this article (GitHub)
139139

140140
### REST API operations
141141

0 commit comments

Comments
 (0)