diff --git a/docs/kubernetes/storage/cifs.md b/docs/kubernetes/storage/cifs.md
index 6044774fc436bd65daf73d3f2a373308dc00acc7..355d5c428f9b96686fca070810af6284be68aff3 100644
--- a/docs/kubernetes/storage/cifs.md
+++ b/docs/kubernetes/storage/cifs.md
@@ -19,7 +19,6 @@
 
 ## juliohm CIFS volume driver
 
-<https://k8scifsvol.juliohm.com.br/>
 <https://github.com/juliohm1978/kubernetes-cifs-volumedriver>
 
 - As of 2021-07: Actively maintained (6 contributors, recent releases, 77 ⭐)
@@ -28,21 +27,21 @@
 
 - requires `cifs-utils` installed on the host
 
-  ```
-  apt-get install -y cifs-utils jq
-  cd kubernetes-cifs-volumedriver/
-  kubectl apply -f install.yaml
-  ```
+```sh
+apt-get install -y cifs-utils jq
+cd kubernetes-cifs-volumedriver/
+kubectl apply -f install.yaml
+```
 
 Verify:
 
-```
+```sh
 kubectl -n default exec -it juliohm-cifs-volumedriver-installer-m96zq ls /flexmnt/juliohm~cifs/cifs
 ```
 
 Remove provisioning container:
 
-```
+```sh
 kubectl delete -f install.yaml
 ```