diff --git a/_posts/2016-04-20-custom-redirect-urls-django.markdown b/_posts/2016-04-20-custom-redirect-urls-django.markdown
index 827f868e15c8a22caa8f917167a05aad4198132c..88d0f9344dcf7ff20a3840c5dda2d32f304b50ce 100644
--- a/_posts/2016-04-20-custom-redirect-urls-django.markdown
+++ b/_posts/2016-04-20-custom-redirect-urls-django.markdown
@@ -4,7 +4,7 @@ title:  "Custom redirect urls django"
 date:   2016-04-20 09:41:20 +0700
 categories: [python, django]
 ---
-Example in this problem we need redirect the url `http://localhost:8000/a/b/C/123/4/5` to `http://localhost:8000/abC12345` without `/` slash.
+Example in this problem we need redirect the url `http://localhost:8000/a/b/C/123/4/5/` to `http://localhost:8000/abC12345` without `/` slash.
 
 #### 1. In your `views.py`